From 07ca4ceb92fbcdc1fe751bcf80c4c1c80a834575 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 18 Feb 2016 12:48:26 +0100 Subject: [PATCH] bump version to 4.0-57 --- Makefile | 2 +- changelog.Debian | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88f1c014..dcd28dcd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.1 VERSION=4.0 PACKAGE=qemu-server -PKGREL=56 +PKGREL=57 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 483050d7..2e6eb540 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,15 @@ +qemu-server (4.0-57) unstable; urgency=medium + + * delete ram state files when restoring a backup + + * Refactor snapshot code + + * disable vnc server and add -nographic is no vga card is present + + * passthrough : reenable hyperv and add hv_vendor_id for windows + + -- Proxmox Support Team Thu, 18 Feb 2016 12:47:51 +0100 + qemu-server (4.0-56) unstable; urgency=medium * If we freeze the fs with the Qemu-Guest-Agent test if QGA is running.