diff --git a/Makefile b/Makefile index e25b20eb..a014bf9b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=30 +PKGREL=31 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 7c209c31..6e2f5a61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qemu-server (5.0-31) unstable; urgency=medium + + * fix #1717: delete snapshot when vm running and drive not attached + + * fix qemu agent commands: add missing import of 'agent_cmd' method + + -- Proxmox Support Team Mon, 30 Jul 2018 10:24:27 +0200 + qemu-server (5.0-30) unstable; urgency=medium * Fix SPICE multi-monitor mode on VMs using q35 machine type