From 2cfd43039b7c6d142b843322d9791245e9efb40d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 17 Oct 2017 15:11:25 +0200 Subject: [PATCH] bump version to 2.0-17 and add versioned dependency on libpve-common-perl for new helper run_fork --- Makefile | 2 +- debian/changelog | 16 ++++++++++++++++ debian/control | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ccb4ce0..e9e9e91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=2.0 PACKAGE=pve-container -PKGREL=16 +PKGREL=17 GITVERSION:=$(git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index 500b768..d573827 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +pve-container (2.0-17) unstable; urgency=medium + + * migrate: skip replication handling if not replicated + + * migrate: only restart if conf was moved + + * add vm_stop helper + + * switch to pve-container@ unit + + * fixes #1227: include ns/ dir in read_cgroup_value + + * VM.Snapshot.Rollback privilege added + + -- Proxmox Support Team Tue, 17 Oct 2017 15:11:19 +0200 + pve-container (2.0-16) unstable; urgency=medium * fix #1253: show ssh key fingerprints again diff --git a/debian/control b/debian/control index 440d82a..2690f67 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Section: perl Priority: optional Architecture: all Depends: file, - libpve-common-perl, + libpve-common-perl (>= 5.0-20), libpve-guest-common-perl, libpve-storage-perl, lxc-pve, -- 2.39.2