]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-8
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 10:58:55 +0000 (12:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 10:58:55 +0000 (12:58 +0200)
Makefile
debian/changelog

index 500cba2fd073067fabd91726da52b46bb3d6ff83..5908c3d165620f66d72901310a2c3e52eb7bb2c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=7
+PKGREL=8
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index bbe161bd9b22f8778e52f98ac0ad57fdd0b7387c..dba198cb7ee92c282fd536f22f56362e7b4c63b8 100644 (file)
@@ -1,3 +1,9 @@
+qemu-server (5.0-8) unstable; urgency=medium
+
+  * migrate: pass the with_snapshots parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jun 2017 12:58:33 +0200
+
 qemu-server (5.0-7) unstable; urgency=medium
 
   * PVE/QemuMigrate.pm: use new replication job helpers from AbstractMigrate