]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 0.9-18
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 10 Sep 2015 08:14:03 +0000 (10:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 10 Sep 2015 08:14:03 +0000 (10:14 +0200)
Makefile
debian/changelog

index 115e0acb94725fad8265a8eaf3c95da6977eaf39..db13f3f7e796ffbf78d3b845887eb8792808f4a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.0
 
 VERSION=0.9
 PACKAGE=pve-container
-PKGREL=17
+PKGREL=18
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index 12202871f8553790d2ebc08f933b01482edd2a9c..da6c17a72036c42f23902e2a6c6115b6daf8305c 100644 (file)
@@ -1,3 +1,9 @@
+pve-container (0.9-18) unstable; urgency=medium
+
+  * fix bug #710: use correct size for OpenVZ restore
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 10:13:29 +0200
+
 pve-container (0.9-17) unstable; urgency=medium
 
   * mount_all: make sure rootfs exists (fix openvz restore bug)