diff --git a/Makefile b/Makefile index 29932091..b24b7f2c 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 b6569f93..2da35032 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