From e339fd34c64cab9c3486d92e925873b2856115c9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 26 Sep 2015 11:07:48 +0200 Subject: [PATCH] bump version to 4.0-27 --- Makefile | 2 +- changelog.Debian | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc1e9567..29ecbd31 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=26 +PKGREL=27 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index fc1e1822..82d9ca25 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-27) unstable; urgency=medium + + * allow to change boot order with VM.Config.Options privileges + + -- Proxmox Support Team Sat, 26 Sep 2015 11:07:11 +0200 + qemu-server (4.0-26) unstable; urgency=medium * migration: disable compress (already default)