]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 4.0-53
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Feb 2016 10:53:25 +0000 (11:53 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Feb 2016 10:53:25 +0000 (11:53 +0100)
Makefile
changelog.Debian

index 69658412ff0de7c0329756d4cc467eb798833697..d6125d8e29351a6a918e6b0a5c526f08a4d86b0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.1
 
 VERSION=4.0
 PACKAGE=qemu-server
-PKGREL=52
+PKGREL=53
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index fe00f67b47506c1320451f7a05173269d8ec5492..3b9fec9512bc4d7eac6e1f344651da6ad24c8dae 100644 (file)
@@ -1,3 +1,9 @@
+qemu-server (4.0-53) unstable; urgency=medium
+
+  * pass $skiplock all the way through to destroy_vm
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Feb 2016 11:53:03 +0100
+
 qemu-server (4.0-52) unstable; urgency=medium
 
   * close tunnel after migration is finish.