From 8a424513a4e3ce6ff6e6398eaa8633d74d9cf9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 11 Dec 2017 15:36:42 +0100 Subject: [PATCH] bump version to 2.0-8 --- Makefile | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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