]> git.proxmox.com Git - pve-common.git/blobdiff - debian/changelog
bump version to 4.0-20
[pve-common.git] / debian / changelog
index d2c115cac32ae341e4402b21d2ec6b4792b20afe..cfa7ca50ef2c11acc18cf3bda8d7ec04327dba81 100644 (file)
@@ -1,3 +1,31 @@
+libpve-common-perl (4.0-20) unstable; urgency=medium
+
+  * avoid Exporter warning with Cwd
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Sep 2015 09:13:11 +0200
+
+libpve-common-perl (4.0-19) unstable; urgency=medium
+
+  * add missing formatter property to method schema
+
+  * CLIHandler: add helper to generate bash completion (and config)
+
+  * add helpers to verify API without starting the binary
+
+  * remove + from getopt's prefix_pattern
+
+  * new helpers: read_proc_mounts and is_mounted
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Sep 2015 07:16:47 +0200
+
+libpve-common-perl (4.0-18) unstable; urgency=medium
+
+  * added 'extra-args' CLI handling
+
+  * add bash completion handler
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Sep 2015 17:47:18 +0200
+
 libpve-common-perl (4.0-17) unstable; urgency=medium
 
   * Added PVE::Network::tcp_ping to replace Net::Ping