diff --git a/Makefile b/Makefile index 82e8e05..31e8208 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-http-server-perl PKGVER=2.0 -PKGREL=7 +PKGREL=8 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 68933a3..4895bc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-http-server-perl (2.0-8) unstable; urgency=medium + + * auth_handler: handle exceptions correctly instead of always returning 401 + + * add 'map' filetype to http-server + + * do not send websocket status code to port + + -- Proxmox Support Team Mon, 11 Dec 2017 15:35:34 +0100 + libpve-http-server-perl (2.0-7) unstable; urgency=medium * add content type application/x-compressed-tar