From: Dietmar Maurer Date: Thu, 22 Jun 2017 10:58:55 +0000 (+0200) Subject: bump version to 5.0-8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c7c2d0a7a66d7c397a7d435ab0884c93b5dcdbc1;p=qemu-server.git bump version to 5.0-8 --- diff --git a/Makefile b/Makefile index 500cba2..5908c3d 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index bbe161b..dba198c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qemu-server (5.0-8) unstable; urgency=medium + + * migrate: pass the with_snapshots parameter + + -- Proxmox Support Team 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