]> git.proxmox.com Git - pve-http-server.git/commitdiff
bump version to 4.1-6
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Mar 2023 12:40:01 +0000 (13:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Mar 2023 12:40:01 +0000 (13:40 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index 16aab2df376a41e695129b05b03e6b8050b4618b..b15c84c2241f7a59110d512799a150ed6fb4cf4f 100644 (file)
@@ -1,3 +1,17 @@
+libpve-http-server-perl (4.1-6) bullseye; urgency=medium
+
+  * multipart upload: fix upload of files starting with newlines
+
+  * multipart upload: don't fail on presebce of additional headers
+
+  * multipart upload: loosen trailing-newline requirement from spec, as some
+    more popular clients (e.g., postman) violate that rule.
+
+  * fix #4344: http-server: fix regression that required the 'Content-Type' to
+    be always present for multipart headers, while it wasn't used at all.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 06 Mar 2023 13:39:57 +0100
+
 libpve-http-server-perl (4.1-5) bullseye; urgency=medium
 
   * upload: re-allow having white-space in filenames