mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
bump version to 5.0-41
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b330642aec
commit
e196200ab8
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION=5.0
|
VERSION=5.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=40
|
PKGREL=41
|
||||||
|
|
||||||
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
|
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
|
||||||
JSON_CFLAGS=$(shell pkg-config --cflags json-c)
|
JSON_CFLAGS=$(shell pkg-config --cflags json-c)
|
||||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
|
qemu-server (5.0-40) unstable; urgency=medium
|
||||||
|
|
||||||
* correctly check display vga type
|
* correctly check display vga type
|
||||||
|
Loading…
Reference in New Issue
Block a user