From ed1578031098ea118b4c3c6461d76ff2aa9a18fd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Mar 2019 13:26:20 +0100 Subject: [PATCH] bump version to 5.0-48 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d73ab9b..780d6dd 100644 --- 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) diff --git a/debian/changelog b/debian/changelog index f2b4ab2..826a7f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 -- 2.39.2