From: Thomas Lamprecht Date: Mon, 24 Sep 2018 09:39:01 +0000 (+0200) Subject: bump version to 5.0-36 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=19d93db010bf21b3bb063bd114b43de53e92e29f;ds=sidebyside bump version to 5.0-36 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index a23d73c..647edfe 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 8dffbfe..b865bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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