]> git.proxmox.com Git - pve-http-server.git/blame - debian/changelog
html formatter: encode href attributes
[pve-http-server.git] / debian / changelog
CommitLineData
61cf96be
TL
1libpve-http-server-perl (4.1-1) bullseye; urgency=medium
2
3 * web socket: guard disconnect block check properly
4
5 * avoid warning if request params does not exist
6
7 * fix #3807: don't attempt response on closed handle
8
9 * fix #3790: allow setting TLS 1.3 cipher suites
10
11 * fix #3745: allow overriding TLS key location
12
13 * fix #3789: allow disabling TLS v1.2/v1.3
14
15 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jan 2022 13:32:43 +0100
16
d298a22c
TL
17libpve-http-server-perl (4.0-4) bullseye; urgency=medium
18
19 * webproxy: handle unflushed write buffer
20
21 * fix #3724: disable TLS renegotiation
22
23 * download-stream: allow the api call to set the content-encoding
24
25 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Nov 2021 18:14:53 +0100
26
a545da70
TL
27libpve-http-server-perl (4.0-3) bullseye; urgency=medium
28
29 * anyevent: move unlink from http-server to endpoint
30
31 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Oct 2021 10:18:12 +0200
32
28a4b9a4
FG
33libpve-http-server-perl (4.0-2) pve pmg; urgency=medium
34
35 * AnyEvent/websocket_proxy: remove 'base64' handling
36
37 * AnyEvent/websocket_proxy: drop handling of websocket subprotocols
38
39 -- Proxmox Support Team <support@proxmox.com> Tue, 18 May 2021 10:19:00 +0200
40
a7f937b2
TL
41libpve-http-server-perl (4.0-1) bullseye; urgency=medium
42
43 * rebuild for Debian 11 Bullseye based releases
44
45 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 16:37:34 +0200
46
dacfcf3a
TL
47libpve-http-server-perl (3.2-2) pve pmg; urgency=medium
48
49 * access control: correctly match v4-mapped-v6 addresses
50
51 * access control: also match any IPv6 in 'ALL'
52
53 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 17:49:34 +0200
54
6d42e637
TL
55libpve-http-server-perl (3.2-1) pve pmg; urgency=medium
56
57 * allow 'download' to be passed from API handler
58
59 * utils: add LISTEN_IP option in proxy configuration
60
61 * support streaming data form a file handle to a client
62
63 * allow stream download from path and over short-cutted pvedaemon-proxy
64
65 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 13:54:04 +0200
66
e22eccff
TL
67libpve-http-server-perl (3.1-1) pve pmg; urgency=medium
68
69 * accept connection phase: fix connection count leak
70
71 * accept connection phase: immediately close socket on early error
72
73 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 08:39:36 +0100
74
a420cb36
TL
75libpve-http-server-perl (3.0-6) pve pmg; urgency=medium
76
77 * fix #2766: allow application/json as content-type for post/put requests
78
79 * increase maximal accepted header count to 64. Modern browsers and proxy
80 combinations can exceed the old limit of 30. The maximal accumulated total
81 header size of 8 KiB stays untouched.
82
83 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jul 2020 09:42:39 +0200
84
779306a7
TL
85libpve-http-server-perl (3.0-5) pve pmg; urgency=medium
86
87 * partially fix #2618: use new unified spice port range helper from
88 pve-common, increases maximum proxy port for spice to 61999
89
90 * Websocket: implement ping/pong from RFC
91
92 * Websocket: performance improvements
93
94 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 16:12:45 +0100
95
bd8e8612
TL
96libpve-http-server-perl (3.0-4) pve pmg; urgency=medium
97
98 * allow ticket in 'Authorization' header as fallback
99
100 * api-server: extract, set and handle API token header
101
102 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 09:32:04 +0100
103
c66bf47b
TL
104libpve-http-server-perl (3.0-3) pve pmg; urgency=medium
105
106 * send_file_start: allow to pass a open fh and content-type
107
108 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Oct 2019 11:25:12 +0200
109
d1287429
TL
110libpve-http-server-perl (3.0-2) pve pmg; urgency=medium
111
112 * decode_urlencoded: cope with undefined values
113
114 * anyevent: rpcenv is optional and from our child instance
115
116 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:30:23 +0200
117
54ec74bb
TL
118libpve-http-server-perl (3.0-1) pve pmg; urgency=medium
119
120 * rebuild for Debian Buster / PVE 6.0
121
122 * update jQuery to 3.4.1
123
124 * update Bootstrap to 3.4.1
125
126 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:35:00 +0200
127
d8ff724d
TL
128libpve-http-server-perl (2.0-13) unstable; urgency=medium
129
130 * tls: make dh to openssl 1.1 compatible
131
132 * store Host header in rpc environment
133
134 * forward Host header in proxy_request
135
136 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:55:44 +0200
137
487cedb5
TL
138libpve-http-server-perl (2.0-12) unstable; urgency=medium
139
140 * Allow one to specify 'honor_cipher_order' and 'compression' parameters
141
142 * move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module
143
144 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 07:07:31 +0100
145
55af714e
TL
146libpve-http-server-perl (2.0-11) unstable; urgency=medium
147
148 * fix #1935: spice proxy: read empty line after 200 OK
149
150 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Sep 2018 10:41:22 +0200
151
60f28d48
DM
152libpve-http-server-perl (2.0-10) unstable; urgency=medium
153
154 * fix #1869: send correct http response in spice proxy
155
156 * websocket: set $max_payload_size = 128*1024; (131072)
157
158 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2018 08:29:53 +0200
159
25c6e03f
DM
160libpve-http-server-perl (2.0-9) unstable; urgency=medium
161
162 * Fix #1684 WebSocket proxy behind a buffered proxy
163
164 -- Proxmox Support Team <support@proxmox.com> Mon, 28 May 2018 10:33:41 +0200
165
8a424513
FG
166libpve-http-server-perl (2.0-8) unstable; urgency=medium
167
168 * auth_handler: handle exceptions correctly instead of always returning 401
169
170 * add 'map' filetype to http-server
171
172 * do not send websocket status code to port
173
174 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 15:35:34 +0100
175
d80c5f14
DM
176libpve-http-server-perl (2.0-7) unstable; urgency=medium
177
178 * add content type application/x-compressed-tar
179
180 * allow API calls to download file contents
181
182 * build: reformat debian/control
183
184 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
185
c5b72323
DM
186libpve-http-server-perl (2.0-6) unstable; urgency=medium
187
188 * pass $format to rest_handler()
189
190 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 12:05:42 +0200
191
b06960b9
WB
192libpve-http-server-perl (2.0-5) unstable; urgency=medium
193
194 * add json/mp3/oga/svg MIME types for the new novnc
195
196 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jun 2017 12:49:02 +0200
197
e703c558
DM
198libpve-http-server-perl (2.0-4) unstable; urgency=medium
199
200 * assume all parameters are utf8 encoded
201
202 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:55:21 +0200
203
c6cbc95f
DM
204libpve-http-server-perl (2.0-3) unstable; urgency=medium
205
206 * avoid locale specific time stamps
207
208 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:43:29 +0200
209
24e1f1d0
WB
210libpve-http-server-perl (2.0-2) unstable; urgency=medium
211
212 * fix #1332: allow ECDHE with all supported curves
213
214 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Apr 2017 15:11:38 +0200
215
01659ece
DM
216libpve-http-server-perl (2.0-1) unstable; urgency=medium
217
218 * bump version for debian stretch
219
220 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 08:50:55 +0100
221
863ecf89
DM
222libpve-http-server-perl (1.0-4) unstable; urgency=medium
223
224 * add debian triggers file
225
226 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:36:47 +0100
227
8dee8361
DM
228libpve-http-server-perl (1.0-3) unstable; urgency=medium
229
230 * console-demo.pl: add a more complex demo
231
232 * call Net::SSLeay::ERR_clear_error after all handlers
233
234 * avoid warnings when clients disconnects early
235
236 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:19:20 +0100
237
77a98dfe
DM
238libpve-http-server-perl (1.0-2) unstable; urgency=medium
239
240 * simple-demo.pl: simple demo server for testing
241
242 * extract_auth_cookie: always call uri_unescape($ticket)
243
244 * use canonical flag for json format
245
246 * remove base_handler_class from required arguments
247
248 * remove all references to rpcenv
249
250 * include jquery and bootstrap
251
252 * new helper add_dirs
253
254 * add new hook function to generate CSRF token
255
256 * add generic formatter framework
257
258 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:39:21 +0100
259
d8218001
DM
260libpve-http-server-perl (1.0-1) unstable; urgency=medium
261
262 * first try
263
264 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 12:47:07 +0100
265