]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-10
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Jun 2017 11:26:58 +0000 (13:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Jun 2017 11:29:33 +0000 (13:29 +0200)
Makefile
debian/changelog

index 4710d59b34d7291d89b606f01371502557bd36ac..2d95cbee56702bb16083b41980a47a09885d4d92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=9
+PKGREL=10
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 56e3dc5417fdcc1d29f27d925c507129ab7219fd..1636e8261c537ef75d1a7e6864208aa60eedcefb 100644 (file)
@@ -1,3 +1,17 @@
+qemu-server (5.0-10) unstable; urgency=medium
+
+  * don't use cirrus by default for sane OS'
+
+  * replication: remove guest states to ensure no old states are exists
+
+  * allow disks on shared storages on replicated VMs
+
+  * refuse to add non-replicatable disks to replicating VMs
+
+  * config: has_feature() take default for backup into account
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Jun 2017 13:26:38 +0200
+
 qemu-server (5.0-9) unstable; urgency=medium
 
   * migrate: use 'mtunnel' from pvecm