]> git.proxmox.com Git - pve-container.git/blobdiff - debian/changelog
allow to parse configuration value with spaces
[pve-container.git] / debian / changelog
index 16243d639caaf902ac2c2737daf03c72217dbd21..95ec4651e07636e8fd87c1a93baec21ba1298227 100644 (file)
@@ -1,3 +1,77 @@
+pve-container (0.9-21) unstable; urgency=medium
+
+  * vzdump: support mountpoints
+
+  * change tar/rsync_vm to use the new exclude pattern method
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Sep 2015 11:38:24 +0200
+
+pve-container (0.9-20) unstable; urgency=medium
+
+  * fix bug #712: fix stop mode backups when container is running
+
+  * add support for LVM
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Sep 2015 09:29:57 +0200
+
+pve-container (0.9-19) unstable; urgency=medium
+
+  * allow older debian versions (>= 4 (etch))
+
+  * fix subvolume mounts (do not use loop device)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Sep 2015 09:19:03 +0200
+
+pve-container (0.9-18) unstable; urgency=medium
+
+  * fix bug #710: use correct size for OpenVZ restore
+
+  * format_disk: call activate_volume()
+
+ -- 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)
+
+  * destroy: avoid warning about undefined 'protection' value
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 07:04:24 +0200
+
+pve-container (0.9-16) unstable; urgency=medium
+
+  * fix bug #707: Don't die in vm_shutdown when we have no errors
+
+  * add CT protection mode
+  
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Sep 2015 17:23:04 +0200
+
+pve-container (0.9-15) unstable; urgency=medium
+
+  * add bash completion support
+
+  * support resizing of owned container disks
+
+  * get rid of most of the loop-devices code
+
+  * fix unlock handling after migration
+
+  * add command to unlock a Container if it is locked
+
+  * add support to add mountpoints with pct set
+
+  * added pct exec command
+
+  * add missing archlinux ostype confdesc enum entry
+
+  * destroy owned mountpoints on pct destroy
+
+  * use multiple mount protection (mmp)
+
+  * many bug fixes
+      
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Sep 2015 07:28:41 +0200
+
 pve-container (0.9-14) unstable; urgency=medium
 
   * vm_create : add support for mountpoints