diff --git a/Makefile b/Makefile index c82ec2c..14c50ba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.1 VERSION=4.0 PACKAGE=libpve-access-control -PKGREL=11 +PKGREL=12 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 363924c..e6f9aa2 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-access-control (4.0-12) unstable; urgency=medium + + * Catch certificate errors instead of segfaulting + + -- Proxmox Support Team Wed, 09 Mar 2016 14:41:01 +0100 + libpve-access-control (4.0-11) unstable; urgency=medium * Fix #861: use safer sprintf formatting