From: Wolfgang Bumiller Date: Wed, 31 May 2017 12:00:17 +0000 (+0200) Subject: bump version to 2.0.8-2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=c8c3e739bc2261e4ab64cec756f7b598865ee30d;p=lxc.git bump version to 2.0.8-2 --- diff --git a/Makefile b/Makefile index 14f0592..89c4446 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=lxc-pve LXCVER=2.0.8 -DEBREL=1 +DEBREL=2 SRCDIR=lxc SRCTAR=${SRCDIR}.tgz diff --git a/debian/changelog b/debian/changelog index 34c3039..47abf00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxc (2.0.8-2) unstable; urgency=medium + + * merge: resource limit support via lxc.limit. + + * minor bugfixes + + -- Proxmox Support Team Wed, 31 May 2017 13:59:43 +0200 + lxc (2.0.8-1) unstable; urgency=medium * update to lxc-2.0.8 diff --git a/debian/patches/series b/debian/patches/series index 35ae8f9..36fea37 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,9 @@ 0006-start-initutils-make-cgroupns-separation-level-confi.patch 0007-rename-cgroup-namespace-directory-to-ns.patch 0008-possibility-to-run-lxc-monitord-as-a-regular-daemon.patch +0009-conf-implement-resource-limits.patch +0010-doc-add-lxc.limit-to-lxc.container.conf.patch +0011-test-resource-limit-config-entries.patch +0012-start-fix-error-handling-when-limits-fail-to-apply.patch +0013-start-don-t-call-lxc_map_ids-without-id-map.patch +0014-Fix-the-bug-of-ts-stdoutfd-did-not-fill-with-paramet.patch