]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-48
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Mar 2019 12:26:20 +0000 (13:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Mar 2019 12:26:20 +0000 (13:26 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index d73ab9be9a5dde3acd0072613729576e9a02cce1..780d6dd68e452e3358607af04645e761d7281e55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=47
+PKGREL=48
 
 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
 JSON_CFLAGS=$(shell pkg-config --cflags json-c)
index f2b4ab2f0815d2fd37491b537c07a65b142c49ed..826a7f24f35af090cf4cc055f00bff0e8cfeffcd 100644 (file)
@@ -1,3 +1,17 @@
+qemu-server (5.0-48) unstable; urgency=medium
+
+  * cloud-init: allow custom network/user data files via snippets
+
+  * fix #2120: use hosts initiator name with qemu-img
+
+  * fix #2131: get correct device when deleting iothreads
+
+  * config: NIC macaddr: enforce unicast MAC addresses
+
+  * implement suspend to disk for running VMs over API and CLI
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Mar 2019 13:25:38 +0100
+
 qemu-server (5.0-47) unstable; urgency=medium
 
   * fix #2043: always stop existing systemd scopes on VM start