]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-51
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Apr 2019 14:08:27 +0000 (14:08 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Apr 2019 14:08:27 +0000 (14:08 +0000)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 3f37cbd84ddd5c5b837c5f4a20a3d1d4940078c1..d70bfb38717f1e8b9251a7138bcd7c061178d794 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=50
+PKGREL=51
 
 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
 JSON_CFLAGS=$(shell pkg-config --cflags json-c)
index d731e807f206bdf05ab12acabc660d5c068b189e..daa0b630e6404490cff5d536a5ebe707616332a6 100644 (file)
@@ -1,3 +1,20 @@
+qemu-server (5.0-51) unstable; urgency=medium
+
+  * fix #1811: allow non root user to edit serialX: socket entries
+
+  * allow non root users to add spice usb port
+
+  * fix #1829: do not ignore format parameter when creating cloudinit
+    disk volume
+
+  * fix: #1075: Restore VM template to VM and try to convert to template
+
+  * fix #2173: use qemu-img to check cloudinit disk existence
+
+  * cloudinit: use detected format in volume name parsing
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Apr 2019 14:07:59 +0000
+
 qemu-server (5.0-50) unstable; urgency=medium
 
   * fix #2100: ignore cloudinit drive on offline migration