From: Thomas Lamprecht Date: Thu, 29 Nov 2018 11:58:12 +0000 (+0100) Subject: bump version to 5.0-43 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=e6bac1f5697ec52e399c295fa92941695e007418 bump version to 5.0-43 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 2993209..b24b7f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=42 +PKGREL=43 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 b6569f9..2da3503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qemu-server (5.0-43) unstable; urgency=medium + + * usb: fix check if machine type is q35 + + * qm cleanup: exit silently if VM config does not belong to node + anymore + + -- Proxmox Support Team Thu, 29 Nov 2018 12:57:49 +0100 + qemu-server (5.0-42) unstable; urgency=medium * add mediated devices support