diff --git a/Makefile b/Makefile index e717c5b..1a20e26 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=27 +PKGREL=28 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index d1f9782..d135dfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-common-perl (4.0-28) unstable; urgency=medium + + * run_cli_handler: add no_init parameter for lxc mount hook + + -- Proxmox Support Team Fri, 02 Oct 2015 13:42:37 +0200 + libpve-common-perl (4.0-27) unstable; urgency=medium * CLIHandler: fix manpage for method using 'password' handlers.