]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-18
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Dec 2017 13:57:06 +0000 (14:57 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Dec 2017 14:13:42 +0000 (15:13 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile
debian/changelog

index 4febdcc4922d252bccb1cd832f6c3b0c13253c75..e4fffacf85a418f942ade3919d38cd13267391bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=17
+PKGREL=18
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 07a6e38f67b54e6cfc52884e3b66d07ee7ba110a..d107e7cb49bbb49113393572e27ec4c5bedbea0c 100644 (file)
@@ -1,3 +1,26 @@
+qemu-server (5.0-18) unstable; urgency=medium
+
+  * fix #1570: fix template backup with pigz
+
+  * fix #1471: change keyboard default to undef
+
+  * fix efi disks in raw mode not being fully writable
+
+  * qm terminal: add --escape option to change or disable the escape key
+
+  * enable vncproxy with vncterm for serial ports
+
+  * add termproxy api call
+
+  * stop adding the same disk as unused multiple times when they are reachable
+    through multiple storage definitions
+
+  * check if the guest agent actually runs before a fsfreeze-freeze/thaw
+
+  * update ostype documentation
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Dec 2017 14:56:59 +0100
+
 qemu-server (5.0-17) unstable; urgency=medium
 
   * correct cpuunits range