diff --git a/Makefile b/Makefile index 23145c32..d2dcb16e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.3 VERSION=4.0 PACKAGE=qemu-server -PKGREL=92 +PKGREL=93 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index ea8616b1..30b867e8 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,17 @@ +qemu-server (4.0-93) unstable; urgency=medium + + * Close #1195: support iops/bps_max_length throttling options + + * fix a perl warning when failing to parse a new drive string + + * fix a warning: discard is not a number + + * fix #1177: allow dedicated migration network + + * change default value for cpuunits to 1024 + + -- Proxmox Support Team Thu, 03 Nov 2016 10:26:03 +0100 + qemu-server (4.0-92) unstable; urgency=medium * Close #351: add more info to backup log