]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-41
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Nov 2018 13:43:32 +0000 (14:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Nov 2018 14:19:27 +0000 (15:19 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index f6cfb288c7f925150a0284e5515d436c5029b761..95bc27281cfaa062ac49a52f8994de67d2e2d168 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=40
+PKGREL=41
 
 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 86ee80572e9b4955e026113a86bfbd2ab98777de..26000eae5a7d036a2480380a552db7d23138c881 100644 (file)
@@ -1,3 +1,15 @@
+qemu-server (5.0-41) unstable; urgency=medium
+
+  * fix #1959: add fallback for auto previously set by SLAAC
+
+  * create_vm: don't add vmgenid for ARM machines by default
+
+  * use qmeventd to execute qm cleanup
+
+  * QemuServer: remove PCI sysfs helpers
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Nov 2018 14:38:42 +0100
+
 qemu-server (5.0-40) unstable; urgency=medium
 
   * correctly check display vga type
 qemu-server (5.0-40) unstable; urgency=medium
 
   * correctly check display vga type