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