From 0e761983b95e4f7a8b9a4924da7ac7ad4f2fba86 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 7 Jun 2023 13:21:29 +0200 Subject: [PATCH] bump version to 5.0.2 Signed-off-by: Wolfgang Bumiller --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index a0289ee..a11bdf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-http-server-perl (5.0.2) bookworm; urgency=medium + + * formatter/bootstrap: set SameSite attr of auth cookie to 'strict' + + * when proxying requests, preserve json formatting instead of converting to + x-www-form-urlencoded + + * support actual arrays for array parameters, as a replacement for '-list' and + '-alist' formats + + -- Proxmox Support Team Wed, 07 Jun 2023 13:21:19 +0200 + libpve-http-server-perl (5.0.1) bookworm; urgency=medium * fix regression in the html (bootstrap) based API debug explorer, which