diff --git a/Makefile b/Makefile index e4fffacf..21b1c6f9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=18 +PKGREL=19 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index d107e7cb..ddc9add4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +qemu-server (5.0-19) unstable; urgency=medium + + * add 'flags' property to cpu option to allow passing PCID support to VMs + + * fix efi disk format detection + + * use default values from load_defaults() when none is specified in conf + + -- Proxmox Support Team Tue, 9 Jan 2018 15:49:35 +0100 + qemu-server (5.0-18) unstable; urgency=medium * fix #1570: fix template backup with pigz