From 7a0f138cc662071b7afe075e628d84b8d159a3ff Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 10 Jun 2015 10:33:23 +0200 Subject: [PATCH] bump version to 4.0-12 --- Makefile | 2 +- changelog.Debian | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f52c621..4a806210 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=11 +PKGREL=12 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index f74291b3..1341c471 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,13 @@ +qemu-server (4.0-12) unstable; urgency=medium + + * remove outdated host_device format + + * parse_drive: do not overwrite configured format + + * fix aio O_DIRECT check for cdrom drives + + -- Proxmox Support Team Wed, 10 Jun 2015 10:32:09 +0200 + qemu-server (4.0-11) unstable; urgency=medium * activate-noawait pve-api-updates