]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-36
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 Sep 2018 09:39:01 +0000 (11:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 Sep 2018 09:39:01 +0000 (11:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index a23d73cc632dff821581a9066319bcf996c34f5f..647edfe6f630e9a77c3c92a968af2f714af42a09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=35
+PKGREL=36
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 8dffbfe92dfd58baa1d9adce7356f0646b7baf11..b865bb4d0888a8beedcc03a59a80028d5099f94e 100644 (file)
@@ -1,3 +1,15 @@
+qemu-server (5.0-36) unstable; urgency=medium
+
+  * fix #1908: add VM Generation ID (vmgenid) device by default on new VMs and
+    allow to set on existing ones
+
+  * fix version check in qemu_machine_feature_enabled
+
+  * use qemu's internal blockdev-snapshot functions to avoid some issues with
+    snapshots on qcow2 files
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Sep 2018 11:14:32 +0200
+
 qemu-server (5.0-35) unstable; urgency=medium
 
   * add hv_synic and hv_stimer HyperV Enlightment flags on QEMU 3.0 and later