]> git.proxmox.com Git - librados2-perl.git/blobdiff - debian/changelog
bump version to 1.4.1
[librados2-perl.git] / debian / changelog
index f181b1ee9ddcba63e88f887c1390ad1f76b66ff4..263a00a6fcf97871d34a6c76716a97d8e21231b0 100644 (file)
@@ -1,3 +1,48 @@
+librados2-perl (1.4.1) bookworm; urgency=medium
+
+  * refactor out rados worker into dedicated function
+
+  * reset signal handlers in rados worker
+
+  * use _exit in the rados worker to avoid unintended cleanup handlers
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Aug 2023 09:06:00 +0200
+
+librados2-perl (1.4.0) bookworm; urgency=medium
+
+  * rebuild for Debian 12 Bookworm / Proxmox VE 8.x
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 May 2023 15:06:49 +0200
+
+librados2-perl (1.3-1) bullseye; urgency=medium
+
+  * mon command: avoid memory leak, free `outs` buffer
+
+  * add mon_cmd method that returns a hash with additional info and allow one
+    to opt-into silenting the negative result check so that a caller can
+    handle that themselves. Keep the existing 'mon_command` for backward
+    compatibillity but just re-wire it to the new one to avoid duplicate code.
+
+  * avoid one-argument "bless" and drop unused Exporter from ISA
+
+  * trigger pve-api-updates on update to reload API and HA services
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Nov 2022 14:56:42 +0100
+
+librados2-perl (1.2-1) bullseye; urgency=medium
+
+  * re-build for Debian 11 Bullseye / PVE 7
+
+  * mon_command: include prefix in error message
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 May 2021 14:41:10 +0200
+
+librados2-perl (1.1-2) pve; urgency=medium
+
+  * fix read behind string ending in error handling
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Jun 2019 18:24:36 +0200
+
 librados2-perl (1.1-1) pve; urgency=medium
 
   * bump version for Debian buster