From: Thomas Lamprecht Date: Thu, 20 Dec 2018 09:18:48 +0000 (+0100) Subject: bump version to 5.0-44 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=b74f5794d3f0ed03fc978ec45ea2361b9b25964b bump version to 5.0-44 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index b24b7f2..1b1745b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=43 +PKGREL=44 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11 JSON_CFLAGS=$(shell pkg-config --cflags json-c) diff --git a/debian/changelog b/debian/changelog index 2da3503..590644a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +qemu-server (5.0-44) unstable; urgency=medium + + * fix #1013 : migrate : sync_disk : --targetstorage with offline disk + + * add Windows 7 PCIe quirk for adding 'hostpci' devices + + * fix #2032: check that type is set before assembling a VGA device + + * add configuration to command regression tests + + * allow 'none' as VGA option + + * fix #1267: move args to the end of qemu commandline + + * clone_disk : cloudinit drive: don't clone snapshot name (snapname) + + -- Proxmox Support Team Thu, 20 Dec 2018 10:17:47 +0100 + qemu-server (5.0-43) unstable; urgency=medium * usb: fix check if machine type is q35