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