bump version to 5.0-48

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-19 13:26:20 +01:00
parent cd9a035b56
commit ed15780310
2 changed files with 15 additions and 1 deletions

View File

@ -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)

14
debian/changelog vendored
View 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