From: Dietmar Maurer Date: Thu, 22 Jun 2017 07:11:17 +0000 (+0200) Subject: bump version to 2.0-12 X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=11d1cd30eee7fe88f350097e7363a0eb734c4713 bump version to 2.0-12 --- diff --git a/Makefile b/Makefile index 6dcb24e..9ba5280 100644 --- 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) diff --git a/debian/changelog b/debian/changelog index 59e87b4..7318312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 22 Jun 2017 09:10:56 +0200 + pve-container (2.0-11) unstable; urgency=medium * support width and height parameter for vncproxy