From e5c62349123ad34dc0b975cfcaa5d6635546260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 22 Aug 2017 13:58:50 +0200 Subject: [PATCH] bump version to 4.0-112 --- Makefile | 2 +- changelog.Debian | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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