From 77b4c6075895e7ae8bd2b13531b7d75c31bb92e2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 31 May 2017 09:21:50 +0200 Subject: [PATCH] bump version to 5.0-6 --- Makefile | 2 +- changelog.Debian | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d894549..b8b7d4ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=5 +PKGREL=6 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index cd08879a..84c4f294 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,39 @@ +qemu-server (5.0-6) unstable; urgency=medium + + * fix burst length parameter names and pass them to qemu + + * fix #1229: more explicit spice port allocation + + * migrate: aquire guest_migration_lock during migration + + * do not allow destroy if there are replication jobs + + * use new PVE::ReplicationConfig class + + * improve error on '{full, linked} clone not available' error + + * Fix #1384: add missing decrement to calculation of socket-id + + * migrate: pass ssh_info to storage_migrate + + * tests: fix broken snapshot create tests + + * tests: fix broken snapshot delete tests + + * use ReuseAddr for vncproxy + + * Fix #1361: create disk: stricter parsing of storage:size + + * PVE::QemuServer::create_disks - run code inside eval + + * implement get_replicatable_volumes + + * add description of read/writes statistics in vzdump output + + * start vncproxy worker in the background + + -- Proxmox Support Team Wed, 31 May 2017 09:21:27 +0200 + qemu-server (5.0-5) unstable; urgency=medium * added rerror option to scsi drives