bump version to 5.0-4

This commit is contained in:
Dietmar Maurer 2017-05-02 11:58:54 +02:00
parent e623414a30
commit 868fb1eae5
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -1,3 +1,13 @@
libpve-access-control (5.0-4) unstable; urgency=medium
* PVE/CLI/pveum.pm: call setup_default_cli_env()
* PVE/Auth/PVE.pm: encode uft8 password before calling crypt
* check_api2_permissions: avoid warning about uninitialized value
-- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:58:15 +0200
libpve-access-control (5.0-3) unstable; urgency=medium
* use new PVE::OTP class from pve-common