diff --git a/Makefile b/Makefile index a577252..0974173 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=29 +PKGREL=30 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index fedd567..a7c2583 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libpve-common-perl (5.0-30) unstable; urgency=medium + + * pty: fix read_password prototype + + * cli: more generic interactive parameter definition + + -- Proxmox Support Team Thu, 22 Mar 2018 09:08:08 +0100 + libpve-common-perl (5.0-29) unstable; urgency=medium * CLIHandler: fix command usage string generation