From: Wolfgang Bumiller Date: Thu, 18 Jan 2018 12:39:48 +0000 (+0100) Subject: bump version to 5.0-8 X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=52192dd4ca4ed3264a09896fefcad5b9554fb04d bump version to 5.0-8 Signed-off-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index 9317062..bc1ca81 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=libpve-access-control -PKGREL=7 +PKGREL=8 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index 5baab6b..c7dbd98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-access-control (5.0-8) unstable; urgency=medium + + * fix #1612: ldap: make 2nd server work with bind domains again + + * fix an error message where passing a bad pool id to an API function would + make it complain about a wrong group name instead + + * fix the API-returned permission list so that the GUI knows to show the + 'Permissions' tab for a storage to an administrator apart from root@pam + + -- Proxmox Support Team Thu, 18 Jan 2018 13:34:50 +0100 + libpve-access-control (5.0-7) unstable; urgency=medium * VM.Snapshot.Rollback privilege added