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