bump version to 5.0-32

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-07-30 10:56:15 +02:00
parent ccd166381b
commit 4e09f915bf
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=qemu-server
PKGREL=31
PKGREL=32
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
qemu-server (5.0-32) unstable; urgency=medium
* api/agent: do not dereference parameter hash before passing to
agent_cmd method
* api/agent: import check_agent_error method
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Jul 2018 10:55:42 +0200
qemu-server (5.0-31) unstable; urgency=medium
* fix #1717: delete snapshot when vm running and drive not attached