From d40d949455e54f16282b99e91b11abdae24ed1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 9 Jan 2018 15:50:06 +0100 Subject: [PATCH] bump version to 5.0-19 --- Makefile | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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