]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 4.0-104
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Jan 2017 13:15:27 +0000 (14:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Jan 2017 13:15:27 +0000 (14:15 +0100)
Makefile
changelog.Debian

index 54c66ab7fcb396af686b2c3b4f0aed9e82b03562..6a533612b8dc9d5f88e60c45f7287c93446e7df6 100644 (file)
--- 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 
 
index 2d3a03b2b67e728c178a01d64af044d109d8ad6a..58ea5f18c27408e7a2108de59132e9aab78cf7f0 100644 (file)
@@ -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 <support@proxmox.com>  Thu, 12 Jan 2017 14:15:01 +0100
+
 qemu-server (4.0-103) unstable; urgency=medium
 
   * destroy_vm: allow vdisk_free to fail