From e196200ab811f700841fa8d26c6dfdb046ad0a7d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 19 Nov 2018 14:43:32 +0100 Subject: [PATCH] bump version to 5.0-41 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- 2.39.2