diff --git a/Makefile b/Makefile index 5d37c3f..5c5b088 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-http-server-perl PKGVER=2.0 -PKGREL=10 +PKGREL=11 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 2a3c562..611da15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-http-server-perl (2.0-11) unstable; urgency=medium + + * fix #1935: spice proxy: read empty line after 200 OK + + -- Proxmox Support Team Fri, 28 Sep 2018 10:41:22 +0200 + libpve-http-server-perl (2.0-10) unstable; urgency=medium * fix #1869: send correct http response in spice proxy