5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-01-22 22:03:52 +03:00
Thomas Lamprecht bd8e8612d8 bump version to 3.0-4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-29 21:36:08 +01:00

171 lines
4.9 KiB
Plaintext

libpve-http-server-perl (3.0-4) pve pmg; urgency=medium
* allow ticket in 'Authorization' header as fallback
* api-server: extract, set and handle API token header
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 09:32:04 +0100
libpve-http-server-perl (3.0-3) pve pmg; urgency=medium
* send_file_start: allow to pass a open fh and content-type
-- Proxmox Support Team <support@proxmox.com> Fri, 11 Oct 2019 11:25:12 +0200
libpve-http-server-perl (3.0-2) pve pmg; urgency=medium
* decode_urlencoded: cope with undefined values
* anyevent: rpcenv is optional and from our child instance
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:30:23 +0200
libpve-http-server-perl (3.0-1) pve pmg; urgency=medium
* rebuild for Debian Buster / PVE 6.0
* update jQuery to 3.4.1
* update Bootstrap to 3.4.1
-- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:35:00 +0200
libpve-http-server-perl (2.0-13) unstable; urgency=medium
* tls: make dh to openssl 1.1 compatible
* store Host header in rpc environment
* forward Host header in proxy_request
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:55:44 +0200
libpve-http-server-perl (2.0-12) unstable; urgency=medium
* Allow one to specify 'honor_cipher_order' and 'compression' parameters
* move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module
-- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 07:07:31 +0100
libpve-http-server-perl (2.0-11) unstable; urgency=medium
* fix #1935: spice proxy: read empty line after 200 OK
-- Proxmox Support Team <support@proxmox.com> 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
* websocket: set $max_payload_size = 128*1024; (131072)
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2018 08:29:53 +0200
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
* add 'map' filetype to http-server
* do not send websocket status code to port
-- Proxmox Support Team <support@proxmox.com> 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
* allow API calls to download file contents
* build: reformat debian/control
-- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
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
-- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 12:47:07 +0100