]> git.proxmox.com Git - pve-common.git/commitdiff
bump version to 5.0-33
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Jun 2018 07:26:12 +0000 (09:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Jun 2018 07:26:12 +0000 (09:26 +0200)
Makefile
debian/changelog

index 60e4c76c95bbfab6693b9ce6c3c0bb74f2909608..a62edb5087ef04d7b5c62a042024c0ff60553757 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VERSION=5.0
-PKGREL=32
+PKGREL=33
 
 PACKAGE=libpve-common-perl
 
index 563bca6782985b43fb73e6706cc2190829a76d13..cc73a4006285436938f01506a83121b445ab1b4f 100644 (file)
@@ -1,3 +1,21 @@
+libpve-common-perl (5.0-33) unstable; urgency=medium
+
+  * only show subcommand specific usage if command incomplete
+
+  * filter out aliases when trying to expand command
+
+  * fix handling unknown commands
+
+  * add a generalized 'read and confirm password' sub
+
+  * improve bash completion
+
+  * fix getopt when invoking without arguments
+
+  * ensure errors from forked commands get returned correctly
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jun 2018 09:15:41 +0200
+
 libpve-common-perl (5.0-32) unstable; urgency=medium
 
   * fix #1766: compare task start time numerically