From 3a65f4c9de2ff26af8105d9ebdc362dc1095f6bb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 20 Dec 2016 10:13:36 +0100 Subject: [PATCH] bump version to 4.0-102 and remove useless RELEASE --- Makefile | 4 +--- changelog.Debian | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 96ee0da2..df327d75 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.3 - VERSION=4.0 PACKAGE=qemu-server -PKGREL=101 +PKGREL=102 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 3b3e94ed..32406549 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-102) unstable; urgency=medium + + * avoid "No balloon device has been activated" warnings in vmstatus + + -- Proxmox Support Team Tue, 20 Dec 2016 10:12:55 +0100 + qemu-server (4.0-101) unstable; urgency=medium * allow migration of local qcow2 snapshots