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)