5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-11 05:17:57 +03:00

bump version to 5.0-8

This commit is contained in:
Dietmar Maurer 2017-06-22 12:58:55 +02:00
parent 6f58fce9ee
commit c7c2d0a7a6
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=qemu-server
PKGREL=7
PKGREL=8
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro

6
debian/changelog vendored
View 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