bump version to 5.0-6

This commit is contained in:
Wolfgang Bumiller 2017-08-08 11:57:34 +02:00
parent 8bdbfd4ddf
commit ec4141f4ed
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=libpve-access-control
PKGREL=5
PKGREL=6
DESTDIR=
PREFIX=/usr

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
libpve-access-control (5.0-6) unstable; urgency=medium
* Close #1470: Add server ceritifcate verification for AD and LDAP via the
'verify' option. For compatibility reasons this defaults to off for now,
but that might change with future updates.
* AD, LDAP: Add ability to specify a CA path or file, and a client
certificate via the 'capath', 'cert' and 'certkey' options.
-- Proxmox Support Team <support@proxmox.com> Tue, 08 Aug 2017 11:56:38 +0200
libpve-access-control (5.0-5) unstable; urgency=medium
* change from dpkg-deb to dpkg-buildpackage