From a119327929ad3b71046e88c03f7299655fcc534e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 27 Jul 2015 13:24:56 +0200 Subject: [PATCH] bump version to 4.0-14 --- Makefile | 2 +- changelog.Debian | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 936ae642..0edffc67 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=13 +PKGREL=14 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 263c44c6..cf9d49d3 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,17 @@ +qemu-server (4.0-14) unstable; urgency=medium + + * fixed bug 662: wrong subroutine for parsing startup order + + * cpuflags : don't enforce with tcg mode + + * cpuflags : remove enforce for cpumodel=host + + * cpuflags : remove -rdtscp for Opteron cpu models + + * vzdump : abord backup if disk have iothread enabled + + -- Proxmox Support Team Mon, 27 Jul 2015 13:24:31 +0200 + qemu-server (4.0-13) unstable; urgency=medium * drive-mirror: now allow interrupts at the scanning bitmap phase