From: Thomas Lamprecht Date: Tue, 30 Apr 2019 14:02:41 +0000 (+0000) Subject: bump version to 5.1-9 X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=860ddcba6ae835a01d49c32ef17a39b964751506;hp=6063b65b9b2662bea68a3381806efd14525badc5 bump version to 5.1-9 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 3fc665e..ffd7c20 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.1 PACKAGE=libpve-access-control -PKGREL=8 +PKGREL=9 BUILDDIR ?= ${PACKAGE}-${VERSION} diff --git a/debian/changelog b/debian/changelog index 630e3dc..cba0b37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-access-control (5.1-9) unstable; urgency=medium + + * store the tfa type in user.cfg allowing to get it without proxying the call + to a higher priviledged daemon. + + * tfa: realm required TFA should lock out users without TFA configured, as it + was done before Proxmox VE 5.4 + + -- Proxmox Support Team Tue, 30 Apr 2019 14:01:00 +0000 + libpve-access-control (5.1-8) unstable; urgency=medium * U2F: ensure we save correct public key on registration