From 272db0fb6411c77ca278a8b318164c832e2f6ea0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Mar 2019 12:56:02 +0100 Subject: [PATCH] bump version to 5.0-49 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 780d6dd6..471ba6f4 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 826a7f24..b8819a83 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