From: Thomas Lamprecht Date: Mon, 19 Nov 2018 13:43:32 +0000 (+0100) Subject: bump version to 5.0-41 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=e196200ab811f700841fa8d26c6dfdb046ad0a7d bump version to 5.0-41 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index f6cfb28..95bc272 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=40 +PKGREL=41 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 86ee805..26000ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 19 Nov 2018 14:38:42 +0100 + qemu-server (5.0-40) unstable; urgency=medium * correctly check display vga type