From: Thomas Lamprecht Date: Thu, 15 Nov 2018 09:36:16 +0000 (+0100) Subject: bump version to 5.1-1 X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=b54b7474bbd31dfea36a773b848a343d2d13aedd bump version to 5.1-1 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index bc1ca81..cbc27c8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -VERSION=5.0 +VERSION=5.1 PACKAGE=libpve-access-control -PKGREL=8 +PKGREL=1 DESTDIR= PREFIX=/usr diff --git a/debian/changelog b/debian/changelog index c7dbd98..a47af9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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