]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 4.0-86
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Aug 2016 08:11:40 +0000 (10:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Aug 2016 08:11:40 +0000 (10:11 +0200)
Makefile
changelog.Debian

index be38a204db075030eb7155a358b42e3fe8c99e82..56392df8b055b4cc4332c7f244d900af882ef5b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.2
 
 VERSION=4.0
 PACKAGE=qemu-server
-PKGREL=85
+PKGREL=86
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 0ed43447e79f90f78848ca7d669b08d5b3646af6..0cd85761f9fabdf19ebe0f5c2bcc56d82283f399 100644 (file)
@@ -1,3 +1,25 @@
+qemu-server (4.0-86) unstable; urgency=medium
+
+  * hostpci: bring back multifunction pass-through shortcut
+
+  * disable drive-mirror when iothread is enabled
+
+  * hugepages: map numa node IDs to host and guest correctly
+
+  * hugepages: use hostnodes value as numanode for topology
+
+  * qemu-img convert : use default cache=unsafe instead writeback
+
+  * Fix #1057: make protection a fast-plug option
+
+  * add lock check for move_disk API call
+
+  * deactivate new volumes after clone to other node
+
+  * pass datacenter.cfg's mac_prefix to random_ether_addr
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Aug 2016 10:11:07 +0200
+
 qemu-server (4.0-85) unstable; urgency=medium
 
   * Fix #1051: typo: vpcus -> vcpus - so non-root users can change vcpus again