diff --git a/Makefile b/Makefile index e23ee97..423813c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-http-server-perl PKGVER=2.0 -PKGREL=11 +PKGREL=12 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 611da15..999f1dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libpve-http-server-perl (2.0-12) unstable; urgency=medium + + * Allow one to specify 'honor_cipher_order' and 'compression' parameters + + * move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module + + -- Proxmox Support Team Tue, 26 Feb 2019 07:07:31 +0100 + libpve-http-server-perl (2.0-11) unstable; urgency=medium * fix #1935: spice proxy: read empty line after 200 OK