From be73df94e672b3831af702e4d6b7e979fcf68c30 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 12 Jan 2017 14:15:27 +0100 Subject: [PATCH] bump version to 4.0-104 --- Makefile | 2 +- changelog.Debian | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c66ab7..6a533612 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=qemu-server -PKGREL=103 +PKGREL=104 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 2d3a03b2..58ea5f18 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,25 @@ +qemu-server (4.0-104) unstable; urgency=medium + + * add setup_environment hook to CLIHandler classes + + * cleanup: drop superfluous condition in assignment + + * add romfile option to hostpci + + * add with-local-disks option for live storage migration + + * drive-mirror: bump timeout to 5s, add 30s inactivity timeout + + * live clone_vm: suspend or freezefs before block-job-cancel + + * add socat and unix socket for storage migration + + * add live storage migration with vm migration + + * clone live vm : add support for multiple jobs + + -- Proxmox Support Team Thu, 12 Jan 2017 14:15:01 +0100 + qemu-server (4.0-103) unstable; urgency=medium * destroy_vm: allow vdisk_free to fail -- 2.39.5