diff --git a/Makefile b/Makefile index b0045bd..a9512ea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-access-control -PKGREL=3 +PKGREL=4 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 6c1455c..ae0677d 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,13 @@ +libpve-access-control (5.0-4) unstable; urgency=medium + + * PVE/CLI/pveum.pm: call setup_default_cli_env() + + * PVE/Auth/PVE.pm: encode uft8 password before calling crypt + + * check_api2_permissions: avoid warning about uninitialized value + + -- Proxmox Support Team Tue, 02 May 2017 11:58:15 +0200 + libpve-access-control (5.0-3) unstable; urgency=medium * use new PVE::OTP class from pve-common