diff --git a/Makefile b/Makefile index 4dd33a5..a577252 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=28 +PKGREL=29 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index f9418f3..fedd567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-common-perl (5.0-29) unstable; urgency=medium + + * CLIHandler: fix command usage string generation + + * fix #1682: handle relative years absolutely + + * introduce compute_param_mapping_hash helper + + -- Proxmox Support Team Fri, 09 Mar 2018 08:56:03 +0100 + libpve-common-perl (5.0-28) unstable; urgency=medium * net: replace brctl with iproute2 calls