diff --git a/Makefile b/Makefile index 29ecbd31..1d44a6d2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=27 +PKGREL=28 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 82d9ca25..95bf94da 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-28) unstable; urgency=medium + + * disable kvm_steal_time, because it's currently buggy with live migration + + -- Proxmox Support Team Tue, 29 Sep 2015 07:14:44 +0200 + qemu-server (4.0-27) unstable; urgency=medium * allow to change boot order with VM.Config.Options privileges