From: Thomas Lamprecht Date: Thu, 22 Nov 2018 10:27:35 +0000 (+0100) Subject: bump version to 5.0-42 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=8794aa34e74a344966d98dd41ad7c64182776763 bump version to 5.0-42 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 95bc272..2993209 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=41 +PKGREL=42 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 26000ea..b6569f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qemu-server (5.0-42) unstable; urgency=medium + + * add mediated devices support + + * use improved lspci + + -- Proxmox Support Team Thu, 22 Nov 2018 11:22:04 +0100 + qemu-server (5.0-41) unstable; urgency=medium * fix #1959: add fallback for auto previously set by SLAAC