]> git.proxmox.com Git - pve-access-control.git/commitdiff
bump version to 5.0-6
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2017 09:57:34 +0000 (11:57 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2017 09:57:34 +0000 (11:57 +0200)
Makefile
debian/changelog

index 36b9425c9048bbf2fa5e71a3ecc2713c83c41b53..6211b318a3d5efd5c73d1c892c327a0a897dc23d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-access-control
-PKGREL=5
+PKGREL=6
 
 DESTDIR=
 PREFIX=/usr
index b919549106e45f4974a46a89b430be6d627d86a7..36b4510d79829402fb20fc0a28fb0c76b5a89811 100644 (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