]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 2.0-12
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 07:11:17 +0000 (09:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 07:11:17 +0000 (09:11 +0200)
Makefile
debian/changelog

index 6dcb24ebe6551c7ac0f4db579f77f0e391855b3d..9ba52808709cc31e6eae3f1a4e9b5192be9c87c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=11
+PKGREL=12
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index 59e87b4e82d7fc861d2e733693436444dee5880b..73183127a1a3bce672e850d456485d8dba6fe238 100644 (file)
@@ -1,3 +1,19 @@
+pve-container (2.0-12) unstable; urgency=medium
+
+  * PVE::LXC::Migrate - use replication job, transfer replication state
+
+  * get_replicatable_volumes: add additional tests
+
+  * src/PVE/API2/LXC.pm: aquire guest_migration_lock inside worker
+
+  * Add a migration lock to avoid a replication on rollback-time
+
+  * PVE::LXC::Config - implement $cleanup flag for get_replicatable_volumes
+
+  * migrate: implement insecure storage migration
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jun 2017 09:10:56 +0200
+
 pve-container (2.0-11) unstable; urgency=medium
 
   * support width and height parameter for vncproxy