]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-46
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 1 Feb 2019 12:05:50 +0000 (13:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 1 Feb 2019 12:05:50 +0000 (13:05 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index b69377b288c06575c3eeeaf8a862be20b40d8ec0..369e66077bf360de86149aa47876a89ff5eb3262 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=45
+PKGREL=46
 
 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
 JSON_CFLAGS=$(shell pkg-config --cflags json-c)
 
 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
 JSON_CFLAGS=$(shell pkg-config --cflags json-c)
index 50caa67c550a91087838957d9a66b095ac656882..d5615f9e05a2212a877d438d80c1e4f5786044d7 100644 (file)
@@ -1,3 +1,15 @@
+qemu-server (5.0-46) unstable; urgency=medium
+
+  * allow explicit hv-vendor-id
+
+  * allow explicit set vga with gpu passthrough
+
+  * fix #1924: add snapshot parameter
+
+  * allow to add pre- start/stop hook scripts
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Feb 2019 13:04:19 +0100
+
 qemu-server (5.0-45) unstable; urgency=medium
 
   * fix #2003: give qm terminal a terminal over ssh
 qemu-server (5.0-45) unstable; urgency=medium
 
   * fix #2003: give qm terminal a terminal over ssh