From e22b5f22a5bfe193f835e0d9a09cd7fcde33b907 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 5 Oct 2016 07:13:52 +0200 Subject: [PATCH] bump version to 4.0-90 --- Makefile | 2 +- changelog.Debian | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 578b3ee1..822af49d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.3 VERSION=4.0 PACKAGE=qemu-server -PKGREL=89 +PKGREL=90 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index decc3c20..c275f156 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +qemu-server (4.0-90) unstable; urgency=medium + + * fix #1111: qm showcmd wrong escape sequence + + * Avoid to parse empty property string + + -- Proxmox Support Team Wed, 05 Oct 2016 07:13:33 +0200 + qemu-server (4.0-89) unstable; urgency=medium * fix manual page (use efidisk0 instead of efidisk[N])