From 7f3dc635d8880ec4d7a3b3399651a4c6ba8898cb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 30 Jul 2024 21:42:16 +0200 Subject: [PATCH] bump version to 8.2.2 Signed-off-by: Thomas Lamprecht --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1b7ddcf..de0bd1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libpve-common-perl (8.2.2) bookworm; urgency=medium + + * tools: fix wrapper for mknod syscall + + * fix #5486: add '%' to list of encoded characters for when percent-encoding + text to ensure the original value is correctly restored when decoding such + a percent-encoded string again + + * fix #5529: cgroup: correctly handle changing cpu quota without a quota + passed + + * cli: use double-hyphen as argument prefix for doc and CLI help output + + -- Proxmox Support Team Tue, 30 Jul 2024 21:42:12 +0200 + libpve-common-perl (8.2.1) bookworm; urgency=medium * interfaces: support stanzas without types/methods, like ifupdown2 supports