X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=debian%2Fchangelog;h=cf4dabd88efff5538cd367664656fb03b9470f96;hp=5baab6bbae0732abdb307f811784ba3ffe583033;hb=7fb70c9421ead0ddc00e553c02a7e3517df23068;hpb=3dadf8cf6ddab385d3cf5eab38f4923146d32f1f diff --git a/debian/changelog b/debian/changelog index 5baab6b..cf4dabd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +libpve-access-control (5.1-4) unstable; urgency=medium + + * fix #1891: Add zsh command completion for pveum + + * ground work to fix #2079: add periodic auth key rotation. Not yet enabled + to avoid issues on upgrade, will be enabled with 6.0 + + -- Proxmox Support Team Mon, 18 Mar 2019 09:12:05 +0100 + +libpve-access-control (5.1-3) unstable; urgency=medium + + * api/ticket: move getting cluster name into an eval + + -- Proxmox Support Team Thu, 29 Nov 2018 12:59:36 +0100 + +libpve-access-control (5.1-2) unstable; urgency=medium + + * fix #1998: correct return properties for read_role + + -- Proxmox Support Team Fri, 23 Nov 2018 14:22:40 +0100 + +libpve-access-control (5.1-1) unstable; urgency=medium + + * pveum: introduce sub-commands + + * register userid with completion + + * fix #233: return cluster name on successful login + + -- Proxmox Support Team Thu, 15 Nov 2018 09:34:47 +0100 + +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