From: Thomas Lamprecht Date: Tue, 30 Apr 2019 14:08:27 +0000 (+0000) Subject: bump version to 5.0-51 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=0410703f514ce5e0b3ea8b8e5e3da5333ff2ae36 bump version to 5.0-51 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 3f37cbd..d70bfb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=50 +PKGREL=51 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 d731e80..daa0b63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +qemu-server (5.0-51) unstable; urgency=medium + + * fix #1811: allow non root user to edit serialX: socket entries + + * allow non root users to add spice usb port + + * fix #1829: do not ignore format parameter when creating cloudinit + disk volume + + * fix: #1075: Restore VM template to VM and try to convert to template + + * fix #2173: use qemu-img to check cloudinit disk existence + + * cloudinit: use detected format in volume name parsing + + -- Proxmox Support Team Tue, 30 Apr 2019 14:07:59 +0000 + qemu-server (5.0-50) unstable; urgency=medium * fix #2100: ignore cloudinit drive on offline migration