]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-30
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Jul 2018 09:39:31 +0000 (11:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Jul 2018 09:39:31 +0000 (11:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 348ad6013c0aef08215294957c1e90042c415e0d..e25b20eb2da95448e43e6f0ff68384104bb688df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=29
+PKGREL=30
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 8b0c7827271502cada2b869f5ed58d72adecb51a..7c209c3192a72c4bfaa9defb0664c8767298d028 100644 (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
 qemu-server (5.0-29) unstable; urgency=medium
 
   * reserve new VM config with create lock early