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

index 7bab9004365720f662367c59a6a64b386a119448..8f01557eb520f6c74cee73f68839e0e9dc489202 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.0
 
 VERSION=0.9
 PACKAGE=pve-container
-PKGREL=22
+PKGREL=23
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index 9e947e7a28f3494f26510e15d6d5ea0c5cdb2879..3909ac10f376ce584c188b02144279b5c06ecdf4 100644 (file)
@@ -1,3 +1,16 @@
+pve-container (0.9-23) unstable; urgency=medium
+
+  * Use format hashes in json schemas
+
+  * When destroying a container, remove bind mounts and block devices
+    from the list of volumes to delete.
+
+  * improve CT protection mode
+
+  * vzdump: tar: disable warnings about ignored files
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Sep 2015 10:11:31 +0200
+
 pve-container (0.9-22) unstable; urgency=medium
 
   * allow to parse configuration values with spaces