]> git.proxmox.com Git - pve-access-control.git/blobdiff - changelog.Debian
bump release to 5.0
[pve-access-control.git] / changelog.Debian
index b90ef08144b50e6532e40a862eed63eeda2913e8..12a452952396ec1787b3ba4c50cd391e68e2a621 100644 (file)
@@ -1,3 +1,96 @@
+libpve-access-control (5.0-1) unstable; urgency=medium
+
+  * rebuild for PVE 5.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 6 Mar 2017 13:42:01 +0100
+
+libpve-access-control (4.0-23) unstable; urgency=medium
+
+  * use new PVE::Ticket class
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 13:42:06 +0100
+
+libpve-access-control (4.0-22) unstable; urgency=medium
+
+  * RPCEnvironment: removed check_volume_access() to avoid cyclic dependency
+    (moved to PVE::Storage)
+
+  * PVE::PCEnvironment: use new PVE::RESTEnvironment as base class
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 09:12:04 +0100
+
+libpve-access-control (4.0-21) unstable; urgency=medium
+
+  * setup_default_cli_env: expect $class as first parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Jan 2017 13:54:27 +0100
+
+libpve-access-control (4.0-20) unstable; urgency=medium
+
+  * PVE/RPCEnvironment.pm: new function setup_default_cli_env
+
+  * PVE/API2/Domains.pm: fix property description
+
+  * use new repoman for upload target
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Jan 2017 12:13:26 +0100
+
+libpve-access-control (4.0-19) unstable; urgency=medium
+
+  * Close #833: ldap: non-anonymous bind support
+
+  * don't import 'RFC' from MIME::Base32
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Aug 2016 13:09:08 +0200
+
+libpve-access-control (4.0-18) unstable; urgency=medium
+
+  * fix #1062: recognize base32 otp keys again
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Jul 2016 08:43:18 +0200
+
+libpve-access-control (4.0-17) unstable; urgency=medium
+
+  * drop oathtool and libdigest-hmac-perl dependencies
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jul 2016 12:03:22 +0200
+
+libpve-access-control (4.0-16) unstable; urgency=medium
+
+  * use pve-doc-generator to generate man pages
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 08 Apr 2016 07:06:05 +0200
+
+libpve-access-control (4.0-15) unstable; urgency=medium
+
+  * Fix uninitialized warning when shadow.cfg does not exist
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Apr 2016 07:10:57 +0200
+
+libpve-access-control (4.0-14) unstable; urgency=medium
+
+  * Add is_worker to RPCEnvironment
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Mar 2016 16:47:34 +0100
+
+libpve-access-control (4.0-13) unstable; urgency=medium
+
+  * fix #916: allow HTTPS to access custom yubico url
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Mar 2016 11:39:23 +0100
+
+libpve-access-control (4.0-12) unstable; urgency=medium
+
+  * Catch certificate errors instead of segfaulting
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Mar 2016 14:41:01 +0100
+
+libpve-access-control (4.0-11) unstable; urgency=medium
+
+  * Fix #861: use safer sprintf formatting
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 08 Jan 2016 12:52:39 +0100
+
 libpve-access-control (4.0-10) unstable; urgency=medium
 
   *  Auth::LDAP, Auth::AD: ipv6 support