]> git.proxmox.com Git - pve-http-server.git/blame - debian/changelog
AnyEvent: extend send_file with content-type
[pve-http-server.git] / debian / changelog
CommitLineData
d1287429
TL
1libpve-http-server-perl (3.0-2) pve pmg; urgency=medium
2
3 * decode_urlencoded: cope with undefined values
4
5 * anyevent: rpcenv is optional and from our child instance
6
7 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:30:23 +0200
8
54ec74bb
TL
9libpve-http-server-perl (3.0-1) pve pmg; urgency=medium
10
11 * rebuild for Debian Buster / PVE 6.0
12
13 * update jQuery to 3.4.1
14
15 * update Bootstrap to 3.4.1
16
17 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:35:00 +0200
18
d8ff724d
TL
19libpve-http-server-perl (2.0-13) unstable; urgency=medium
20
21 * tls: make dh to openssl 1.1 compatible
22
23 * store Host header in rpc environment
24
25 * forward Host header in proxy_request
26
27 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:55:44 +0200
28
487cedb5
TL
29libpve-http-server-perl (2.0-12) unstable; urgency=medium
30
31 * Allow one to specify 'honor_cipher_order' and 'compression' parameters
32
33 * move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module
34
35 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 07:07:31 +0100
36
55af714e
TL
37libpve-http-server-perl (2.0-11) unstable; urgency=medium
38
39 * fix #1935: spice proxy: read empty line after 200 OK
40
41 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Sep 2018 10:41:22 +0200
42
60f28d48
DM
43libpve-http-server-perl (2.0-10) unstable; urgency=medium
44
45 * fix #1869: send correct http response in spice proxy
46
47 * websocket: set $max_payload_size = 128*1024; (131072)
48
49 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2018 08:29:53 +0200
50
25c6e03f
DM
51libpve-http-server-perl (2.0-9) unstable; urgency=medium
52
53 * Fix #1684 WebSocket proxy behind a buffered proxy
54
55 -- Proxmox Support Team <support@proxmox.com> Mon, 28 May 2018 10:33:41 +0200
56
8a424513
FG
57libpve-http-server-perl (2.0-8) unstable; urgency=medium
58
59 * auth_handler: handle exceptions correctly instead of always returning 401
60
61 * add 'map' filetype to http-server
62
63 * do not send websocket status code to port
64
65 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 15:35:34 +0100
66
d80c5f14
DM
67libpve-http-server-perl (2.0-7) unstable; urgency=medium
68
69 * add content type application/x-compressed-tar
70
71 * allow API calls to download file contents
72
73 * build: reformat debian/control
74
75 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
76
c5b72323
DM
77libpve-http-server-perl (2.0-6) unstable; urgency=medium
78
79 * pass $format to rest_handler()
80
81 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 12:05:42 +0200
82
b06960b9
WB
83libpve-http-server-perl (2.0-5) unstable; urgency=medium
84
85 * add json/mp3/oga/svg MIME types for the new novnc
86
87 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jun 2017 12:49:02 +0200
88
e703c558
DM
89libpve-http-server-perl (2.0-4) unstable; urgency=medium
90
91 * assume all parameters are utf8 encoded
92
93 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:55:21 +0200
94
c6cbc95f
DM
95libpve-http-server-perl (2.0-3) unstable; urgency=medium
96
97 * avoid locale specific time stamps
98
99 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:43:29 +0200
100
24e1f1d0
WB
101libpve-http-server-perl (2.0-2) unstable; urgency=medium
102
103 * fix #1332: allow ECDHE with all supported curves
104
105 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Apr 2017 15:11:38 +0200
106
01659ece
DM
107libpve-http-server-perl (2.0-1) unstable; urgency=medium
108
109 * bump version for debian stretch
110
111 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 08:50:55 +0100
112
863ecf89
DM
113libpve-http-server-perl (1.0-4) unstable; urgency=medium
114
115 * add debian triggers file
116
117 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:36:47 +0100
118
8dee8361
DM
119libpve-http-server-perl (1.0-3) unstable; urgency=medium
120
121 * console-demo.pl: add a more complex demo
122
123 * call Net::SSLeay::ERR_clear_error after all handlers
124
125 * avoid warnings when clients disconnects early
126
127 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:19:20 +0100
128
77a98dfe
DM
129libpve-http-server-perl (1.0-2) unstable; urgency=medium
130
131 * simple-demo.pl: simple demo server for testing
132
133 * extract_auth_cookie: always call uri_unescape($ticket)
134
135 * use canonical flag for json format
136
137 * remove base_handler_class from required arguments
138
139 * remove all references to rpcenv
140
141 * include jquery and bootstrap
142
143 * new helper add_dirs
144
145 * add new hook function to generate CSRF token
146
147 * add generic formatter framework
148
149 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:39:21 +0100
150
d8218001
DM
151libpve-http-server-perl (1.0-1) unstable; urgency=medium
152
153 * first try
154
155 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 12:47:07 +0100
156