From 01b761e7f0c533e0d277902de3082b8fc4b81d6f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 7 Apr 2025 23:35:54 +0200 Subject: [PATCH] bump version to 8.3.11 Signed-off-by: Thomas Lamprecht --- debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6de0780d..8a9785ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +qemu-server (8.3.11) bookworm; urgency=medium + + * handle various deprecations of options in upstream QEMU 9.2. + + * parse config: skip unknown sections and warn about their presence. + + * parse config: warn about duplicate sections. + + * vzdump: skip all special sections inside guest config. + + * fix #5440: vzdump: better cleanup fleecing images after hard errors using + a new "fleecing" special config section where the allocated fleecing + images get recorded. This record will be used to clean them up on any + error. + + * migration: attempt to clean up potential left-over fleecing images. + + * vm-network-scripts: move scripts to '/usr/libexec', keep old locations for + now to avoid a race condition on package upgrade. + + * qmeventd: go back to extracting VMID from command line instead of cgroup + file to address sporadic errors when trying to query the VMID from an + exited process. + + * fix #1027: add support for shared mounts using Virtiofs. + + * block live-migration, snapshot (with RAM) and hibernation if any Virtiofs + device is configured. + + -- Proxmox Support Team Mon, 07 Apr 2025 23:35:50 +0200 + qemu-server (8.3.10) bookworm; urgency=medium * drive: remove ancient and for a long time unsupported 'cow' from formats.