]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 7.2-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 16:35:35 +0000 (18:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 16:35:35 +0000 (18:35 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index cb2e4d73fa09623c896c551499c9571e76a8ae4b..5e143d4bb75df2eb1ef05259859ef35a122930ee 100644 (file)
@@ -1,3 +1,22 @@
+qemu-server (7.2-1) bullseye; urgency=medium
+
+  * migrate: add log for guest fstrim and make a failure noticable
+
+  * migrate: resume initially running VM when failing after convergence
+
+  * parse vm config: remove "\s*" from multi-line comment regex
+
+  * memory: enable balloon free-page-reporting for auto-memory reclaim
+
+  * enable spice also for virtio-gl and virtio-gpu displays and report so in
+    status API
+
+  * api: create: allow overriding non-disk options during restore
+
+  * fix #3861: migrate: fix live migration when cloud-init changes storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Apr 2022 18:35:22 +0200
+
 qemu-server (7.1-5) bullseye; urgency=medium
 
   * avoid writing the config if there are no pending changes to apply