mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 18:45:07 +00:00
bump version to 5.0-48
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cd9a035b56
commit
ed15780310
2
Makefile
2
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)
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user