5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-03-12 20:58:26 +03:00

bump version to 5.0-36

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-24 11:39:01 +02:00
parent eba2b72199
commit 19d93db010
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=qemu-server
PKGREL=35
PKGREL=36
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro

12
debian/changelog vendored
View 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