diff --git a/Makefile b/Makefile index ba25720..70bfefb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=20 +PKGREL=21 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index cfa7ca5..2486ab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libpve-common-perl (4.0-21) unstable; urgency=medium + + * remove autostart property from bridge ports + + * CLIHandler: allow binaries with '-' in command name + + -- Proxmox Support Team Tue, 15 Sep 2015 09:04:01 +0200 + libpve-common-perl (4.0-20) unstable; urgency=medium * avoid Exporter warning with Cwd