From 7a506664eee8c1755a59b83385c38ae8711f7ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 9 Jan 2018 15:53:33 +0100 Subject: [PATCH] bump version to 4.0-114 --- Makefile | 2 +- changelog.Debian | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5466bab7..55d11b52 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=qemu-server -PKGREL=113 +PKGREL=114 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 6ae3689a..d658f719 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +qemu-server (4.0-114) unstable; urgency=medium + + * add 'flags' property to cpu option to allow passing PCID support to VMs + + * make ssh connection transparent + + -- Proxmox Support Team Tue, 9 Jan 2018 15:52:39 +0100 + qemu-server (4.0-113) unstable; urgency=medium * live storage migration : fix check of target storage availability