]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-6
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 07:21:50 +0000 (09:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 07:21:50 +0000 (09:21 +0200)
Makefile
changelog.Debian

index 7d894549bab4616ae5f35cb7a2c9a5731c5381a7..b8b7d4baede7638db3ddfa1ef9aa4ee62a967c8c 100644 (file)
--- 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 
 
index cd08879a4161ed953a48daab2d5d873cdc6aab8f..84c4f29436009190545e591541fe18d7d06006a2 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 31 May 2017 09:21:27 +0200
+
 qemu-server (5.0-5) unstable; urgency=medium
 
   * added rerror option to scsi drives