]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 2.0-21
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Mar 2018 08:21:40 +0000 (09:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Mar 2018 08:21:40 +0000 (09:21 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog
debian/control

index 24db0b30ab10b4118b8ef1d9b5287cb65d7afd39..99a0390295bc8c38dbf8688bc8e3f51a27a0a4b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=20
+PKGREL=21
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
index dfbc3b5e4129a63e7a85caa54929712f1d972e46..911ff3aa7e5313a3d5e5d5d0ad11c8b6ad3009b7 100644 (file)
@@ -1,3 +1,21 @@
+pve-container (2.0-21) unstable; urgency=medium
+
+  * create: fix passing of template file descriptor
+
+  * restore: support i/o rate limiting
+
+  * fix #1704: get container uptime with /proc/<pid>/stat
+
+  * fix skiplock for pct start
+
+  * clone: randomize network MAC HW address of clone
+
+  * clone: implement target parameter
+
+  * implement full clone
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Mar 2018 09:14:19 +0100
+
 pve-container (2.0-20) unstable; urgency=medium
 
   * Fix #1547: on migration abort, the CT starts again
index 2690f678ac5c3a563e3553149d6ab51faaea94ad..40bc73622598ab13dfab6d3912f1af2005c13014 100644 (file)
@@ -19,7 +19,7 @@ Architecture: all
 Depends: file,
          libpve-common-perl (>= 5.0-20),
          libpve-guest-common-perl,
-         libpve-storage-perl,
+         libpve-storage-perl (>= 5.0-18),
          lxc-pve,
          pve-cluster (>= 4.0-8),
          pve-ha-manager,