From c68305a4977b0464c50279d82635ba957e00dd66 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 Apr 2019 16:22:39 +0200 Subject: [PATCH] bump version to 5.0-50 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 471ba6f..3f37cbd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=49 +PKGREL=50 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 b8819a8..d731e80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qemu-server (5.0-50) unstable; urgency=medium + + * fix #2100: ignore cloudinit drive on offline migration + + * honor bandwidth limits (bwlimit) for migrate, drive-mirror, clone + and add to API calls + + -- Proxmox Support Team Thu, 04 Apr 2019 16:22:10 +0200 + qemu-server (5.0-49) unstable; urgency=medium * return config lock in vm status -- 2.39.2