diff --git a/Makefile b/Makefile index 210ca34d..6f16ffbb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=qemu-server -PKGREL=111 +PKGREL=112 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 5a5847c1..944a5dfd 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,5 +1,12 @@ +qemu-server (4.0-112) unstable; urgency=medium + + * fix freezing logic when saving vm states + + * keep VM paused when migrating via unix socket + + -- Proxmox Support Team Tue, 22 Aug 2017 13:58:02 +0200 + qemu-server (4.0-111) unstable; urgency=medium - * Fix #1229: more explicit spice port allocation * Fix #1384: add missing decrement to calculation of socket-id