]> git.proxmox.com Git - pve-http-server.git/blobdiff - debian/changelog
bump version to 2.0-6
[pve-http-server.git] / debian / changelog
index 8fb13de6ebda85664e0968c786846ca86b0b33f6..142cc67fea99bc7a4b255ed962037bda3fe88bd5 100644 (file)
@@ -1,3 +1,77 @@
+libpve-http-server-perl (2.0-6) unstable; urgency=medium
+
+  * pass $format to rest_handler()
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Aug 2017 12:05:42 +0200
+
+libpve-http-server-perl (2.0-5) unstable; urgency=medium
+
+  * add json/mp3/oga/svg MIME types for the new novnc
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Jun 2017 12:49:02 +0200
+
+libpve-http-server-perl (2.0-4) unstable; urgency=medium
+
+  * assume all parameters are utf8 encoded
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 May 2017 11:55:21 +0200
+
+libpve-http-server-perl (2.0-3) unstable; urgency=medium
+
+  * avoid locale specific time stamps
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Apr 2017 07:43:29 +0200
+
+libpve-http-server-perl (2.0-2) unstable; urgency=medium
+
+  * fix #1332: allow ECDHE with all supported curves
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 03 Apr 2017 15:11:38 +0200
+
+libpve-http-server-perl (2.0-1) unstable; urgency=medium
+
+  * bump version for debian stretch
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Mar 2017 08:50:55 +0100
+
+libpve-http-server-perl (1.0-4) unstable; urgency=medium
+
+  * add debian triggers file
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 21 Jan 2017 16:36:47 +0100
+
+libpve-http-server-perl (1.0-3) unstable; urgency=medium
+
+  * console-demo.pl: add a more complex demo
+
+  * call Net::SSLeay::ERR_clear_error after all handlers
+
+  * avoid warnings when clients disconnects early
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 21 Jan 2017 16:19:20 +0100
+
+libpve-http-server-perl (1.0-2) unstable; urgency=medium
+
+  * simple-demo.pl: simple demo server for testing
+
+  * extract_auth_cookie: always call uri_unescape($ticket)
+
+  * use canonical flag for json format
+
+  * remove base_handler_class from required arguments
+
+  * remove all references to rpcenv
+
+  * include jquery and bootstrap
+
+  * new helper add_dirs
+
+  * add new hook function to generate CSRF token
+
+  * add generic formatter framework
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Jan 2017 18:39:21 +0100
+
 libpve-http-server-perl (1.0-1) unstable; urgency=medium
 
   * first try