From 8765e33fefdd55ca3c104dec7adb3fdbed81f280 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 8 Apr 2020 17:06:21 +0200 Subject: [PATCH] bump version to 5.0-56 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f36d9791..e3f1c7aa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=55 +PKGREL=56 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 3c4c4f3e..da3cfa9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qemu-server (5.0-56) unstable; urgency=medium + + * add Ice Lake CPU types + + * config: harmonize bridge pattern to match the one from containers + + -- Proxmox Support Team Wed, 08 Apr 2020 17:06:05 +0200 + qemu-server (5.0-55) unstable; urgency=medium * Fix #2171: volid based statefiles were not activated on VM start