From: Dietmar Maurer Date: Tue, 2 May 2017 09:58:54 +0000 (+0200) Subject: bump version to 5.0-4 X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=868fb1eae5bb7971f6d84f086bc131d6fb481b26;hp=e623414a30cf947caf64c814a826a19929edbdd1;ds=sidebyside bump version to 5.0-4 --- 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