From: Thomas Lamprecht Date: Thu, 21 Mar 2019 11:56:02 +0000 (+0100) Subject: bump version to 5.0-49 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=272db0fb6411c77ca278a8b318164c832e2f6ea0 bump version to 5.0-49 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 780d6dd..471ba6f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=48 +PKGREL=49 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 826a7f2..b8819a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qemu-server (5.0-49) unstable; urgency=medium + + * return config lock in vm status + + * move 'pve-snapshot-name' to common + + -- Proxmox Support Team Thu, 21 Mar 2019 12:55:03 +0100 + qemu-server (5.0-48) unstable; urgency=medium * cloud-init: allow custom network/user data files via snippets