bump version to 5.0-30

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-07-17 11:39:31 +02:00
parent bf744e94f3
commit c2eb7ec274
2 changed files with 17 additions and 1 deletions

View File

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

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
qemu-server (5.0-30) unstable; urgency=medium
* Fix SPICE multi-monitor mode on VMs using q35 machine type
* extend QEMU guest agent API with file read/write, setting VM user password
and executing arbitrary commands in VM
* add guest command group to qm CLI tool
* add 'dryrun' to qm rescan, which only list changes but does not actually
saves them
* add a workaround for bug #1650: add content type filter to rescan
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2018 11:39:01 +0200
qemu-server (5.0-29) unstable; urgency=medium
* reserve new VM config with create lock early