]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 4.0-57
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Feb 2016 11:48:26 +0000 (12:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Feb 2016 11:55:34 +0000 (12:55 +0100)
Makefile
changelog.Debian

index 88f1c01402f2ec1d7095f30df5adfcd62284262e..dcd28dcde71977c02cdddbf9168b27eea6c71cc6 100644 (file)
--- 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 
 
index 483050d7f78aa4e02ab25ab533753e262d16c29b..2e6eb540efbc2141e1dbd56d3f5099bc0e977da3 100644 (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.