bump version to 4.0-22

This commit is contained in:
Dietmar Maurer 2017-01-19 09:12:34 +01:00
parent e83e0ed584
commit 1f1c4593a1
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=4.0
PACKAGE=libpve-access-control
PKGREL=21
PKGREL=22
DESTDIR=
PREFIX=/usr

View File

@ -1,3 +1,12 @@
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