]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 4.0-105
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Jan 2017 08:20:30 +0000 (09:20 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Jan 2017 08:20:30 +0000 (09:20 +0100)
Makefile
changelog.Debian

index 6a533612b8dc9d5f88e60c45f7287c93446e7df6..3956ea477d328af5ed297cb74771b7d69eb4a09d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=4.0
 PACKAGE=qemu-server
-PKGREL=104
+PKGREL=105
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
index 58ea5f18c27408e7a2108de59132e9aab78cf7f0..1a7eec0db9c7532bb1252301220ac09c8aec3971 100644 (file)
@@ -1,3 +1,11 @@
+qemu-server (4.0-105) unstable; urgency=medium
+
+  * use new PVE::Storage::check_volume_access()
+
+  * Set zero $size and continue if volume_resize() returns false
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 09:19:45 +0100
+
 qemu-server (4.0-104) unstable; urgency=medium
 
   * add setup_environment hook to CLIHandler classes