From 201e618d5b19c5fe7111b5b804abbea6d9158456 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 29 Aug 2016 10:11:40 +0200 Subject: [PATCH] bump version to 4.0-86 --- Makefile | 2 +- changelog.Debian | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be38a204..56392df8 100644 --- 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 diff --git a/changelog.Debian b/changelog.Debian index 0ed43447..0cd85761 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -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 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