From cd811472ed28e935e66923921a3e13ae15e2af3a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 21 Sep 2015 12:28:34 +0200 Subject: [PATCH] bump version to 4.0-24 --- Makefile | 2 +- changelog.Debian | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb44cd63..d6b818d4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=23 +PKGREL=24 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index b1ef320f..65bda636 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,13 @@ +qemu-server (4.0-24) unstable; urgency=medium + + * improve VM protection mode + + * pci passthough : make vfio default + + * fix error message: allocate to much v-CPUs + + -- Proxmox Support Team Mon, 21 Sep 2015 12:28:19 +0200 + qemu-server (4.0-23) unstable; urgency=medium * destroy: avoid warning about undefined 'protection' value