]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 1.0-67
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jun 2016 08:34:09 +0000 (10:34 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jun 2016 08:34:09 +0000 (10:34 +0200)
Makefile
debian/changelog

index fad78d763d5433f30e09930a693d34771629fbb1..67108b182be2a6c96736efd7053828a5b5a262e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.2
 
 VERSION=1.0
 PACKAGE=pve-container
-PKGREL=66
+PKGREL=67
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index 6e5d4abf0a2bfeb70eaa07de09cb89e9af1df0cf..5d582395bee36ba8f04955a3d2e847c7d2456b7b 100644 (file)
@@ -1,3 +1,17 @@
+pve-container (1.0-67) unstable; urgency=medium
+
+  * restore: use empty config to reserve container ID
+
+  * split up create_rootfs and restore_and_configure
+
+  * ignore ro flag when creating/restoring CT
+
+  * bindmount: catch rw/ro race and add tests
+
+  * add bindmount regression tests
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jun 2016 10:33:41 +0200
+
 pve-container (1.0-66) unstable; urgency=medium
 
   * Setup: add gentoo support