diff --git a/Makefile b/Makefile index 6f16ffbb..5466bab7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=qemu-server -PKGREL=112 +PKGREL=113 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 944a5dfd..6ae3689a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,16 @@ +qemu-server (4.0-113) unstable; urgency=medium + + * live storage migration : fix check of target storage availability + + * fix #1338: migrate: stop nbd before resuming + + * fix an issue with signal handlers being replaced leading to services not + shutting down properly + + * update_vm: sort logged parameters + + -- Proxmox Support Team Wed, 4 Oct 2017 11:16:40 +0200 + qemu-server (4.0-112) unstable; urgency=medium * fix freezing logic when saving vm states