]> git.proxmox.com Git - pve-http-server.git/commitdiff
bump version to 2.0-9
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 28 May 2018 08:36:26 +0000 (10:36 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 28 May 2018 08:36:26 +0000 (10:36 +0200)
Makefile
debian/changelog

index 31e8208aceca39fcbbf4b3f5dbbf1bd0b8dbb743..6f7de985d519bccf1ad4e8aab959386bcad2cf5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-http-server-perl
 PKGVER=2.0
-PKGREL=8
+PKGREL=9
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
index 4895bc8d2f34b6b92f8bb29f38bebec70e16653e..b4791ebdab87b9ccac997fc63ba0188a1a62f857 100644 (file)
@@ -1,3 +1,9 @@
+libpve-http-server-perl (2.0-9) unstable; urgency=medium
+
+  * Fix #1684 WebSocket proxy behind a buffered proxy
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 28 May 2018 10:33:41 +0200
+
 libpve-http-server-perl (2.0-8) unstable; urgency=medium
 
   * auth_handler: handle exceptions correctly instead of always returning 401