From c2eb7ec274c7404121b9430528398ddc127bad1b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 17 Jul 2018 11:39:31 +0200 Subject: [PATCH] bump version to 5.0-30 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348ad601..e25b20eb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=29 +PKGREL=30 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 8b0c7827..7c209c31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 17 Jul 2018 11:39:01 +0200 + qemu-server (5.0-29) unstable; urgency=medium * reserve new VM config with create lock early