From: Wolfgang Bumiller Date: Wed, 13 Dec 2017 13:57:06 +0000 (+0100) Subject: bump version to 5.0-18 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=ca7be99668d273aae2388c085dd932437125f1eb bump version to 5.0-18 Signed-off-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index 4febdcc..e4fffac 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=17 +PKGREL=18 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 07a6e38..d107e7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +qemu-server (5.0-18) unstable; urgency=medium + + * fix #1570: fix template backup with pigz + + * fix #1471: change keyboard default to undef + + * fix efi disks in raw mode not being fully writable + + * qm terminal: add --escape option to change or disable the escape key + + * enable vncproxy with vncterm for serial ports + + * add termproxy api call + + * stop adding the same disk as unused multiple times when they are reachable + through multiple storage definitions + + * check if the guest agent actually runs before a fsfreeze-freeze/thaw + + * update ostype documentation + + -- Proxmox Support Team Wed, 13 Dec 2017 14:56:59 +0100 + qemu-server (5.0-17) unstable; urgency=medium * correct cpuunits range