bump version to 4.0-57

This commit is contained in:
Dietmar Maurer 2016-02-18 12:48:26 +01:00
parent b42d3cf9d4
commit 07ca4ceb92
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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 <support@proxmox.com> 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.