From 5d5b3abe6da80c5eea5233bd1486246acc9e12ab Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Nov 2024 15:44:52 +0100 Subject: [PATCH] bump version to 8.2.9 Signed-off-by: Thomas Lamprecht --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 854271b..a149814 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-common-perl (8.2.9) bookworm; urgency=medium + + * tools: run fork: allow running code in parent after fork + + * tools: download file: add a verification callback to allow the call-site + to make context-specific assertions about the file content while it was + not yet copied to the target storage. + + -- Proxmox Support Team Mon, 18 Nov 2024 15:44:41 +0100 + libpve-common-perl (8.2.8) bookworm; urgency=medium * Revert "section config: make subroutine `delete_from_config` private"