From 0cd0bcd23ab19a3152422c36b44301fccc36c31b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 14 Jul 2017 13:33:33 +0200 Subject: [PATCH] bump version to 4.0-111 --- Makefile | 2 +- changelog.Debian | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c78dcc2..210ca34d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=4.0 PACKAGE=qemu-server -PKGREL=110 +PKGREL=111 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index cdc40054..5a5847c1 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,4 +1,28 @@ -qemu-server (4.0-109) unstable; urgency=medium +qemu-server (4.0-111) unstable; urgency=medium + + * Fix #1229: more explicit spice port allocation + + * Fix #1384: add missing decrement to calculation of socket-id + + * Fix #1405: sort pci ids by functions + + * Fix #1417: check if storage has 'images' set in content + + * add rerror for all drives + + * improve compatibility when live-migrating to pve-5 + + * fix some inconsistent default value assumptions + + * check pending changes changes when reverting/deleting + + * improve vnc connection handling + + * improve error messages + + -- Proxmox Support Team Fri, 14 Jul 2017 13:28:50 +0200 + +qemu-server (4.0-110) unstable; urgency=medium * drop netcat6 dependency