X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=47196ec93dcddeb926712378f9ebb38206a72e9e;hb=dddc7ab89d21df985ced1cb0e747b69143c6cd07;hp=c2e61057a4da4439c8af9f0e44a66aa6470cbef7;hpb=f1b814b77183536b0a3cec93ed78d3a886363118;p=lxc.git diff --git a/debian/changelog b/debian/changelog index c2e6105..47196ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,244 @@ +lxc (3.0.2+pve1-3) stable; urgency=medium + + * fix ns/ sub cgroup not being created by default for unprivileged containers + + * this also affects which cgroups lxc-attach/'pct enter' attached to + + -- Proxmox Support Team Thu, 11 Oct 2018 11:52:15 +0200 + +lxc (3.0.2+pve1-2) stable; urgency=medium + + * clear lxc.tty.dir in opensuse.common.conf + + -- Proxmox Support Team Tue, 04 Sep 2018 14:50:48 +0200 + +lxc (3.0.2+pve1-1) unstable; urgency=medium + + * update to lxc-3.0.2 + + -- Proxmox Support Team Mon, 20 Aug 2018 11:51:27 +0200 + +lxc (3.0.1+pve2-1) unstable; urgency=medium + + * fix CVE-2018-6556 + + -- Proxmox Support Team Tue, 7 Aug 2018 11:41:14 +0200 + +lxc (3.0.1+pve1-1) unstable; urgency=medium + + * update to current stable-3.0 (3.0.1 with some upstream fixups) + + * merged apparmor profile generation branch + + * fix 'pct enter' not attaching to the inner namespaced cgroup + + -- Proxmox Support Team Thu, 26 Jul 2018 10:41:29 +0200 + +lxc (3.0.0-3) unstable; urgency=medium + + * merge bug fixes from upstream: + + * fix gid=5 mount option missing on /dev/pts in privileged containers + + * fix supplementary groups not being dropped in all cases on 'attach' + + * fix some temporary file creation issues + + * fix some memory leaks + + -- Proxmox Support Team Wed, 02 May 2018 10:46:17 +0200 + +lxc (3.0.0-2) unstable; urgency=medium + + * install configs from lxc-templates again + + -- Proxmox Support Team Fri, 30 Mar 2018 10:19:39 +0200 + +lxc (3.0.0-1) unstable; urgency=medium + + * update to lxc-3.0.0 + + -- Proxmox Support Team Wed, 28 Mar 2018 13:52:08 +0200 + +lxc (2.1.1-3) unstable; urgency=medium + + * add pinned AppArmor feature set for pve-kernel-4.13.13-6-pve + + -- Proxmox Support Team Mon, 5 Mar 2018 12:06:06 +0100 + +lxc (2.1.1-2) unstable; urgency=medium + + * merge lxc-console improvements from lxc stable branch + + -- Proxmox Support Team Fri, 24 Nov 2017 13:47:41 +0100 + +lxc (2.1.1-1) unstable; urgency=medium + + * update to lxc-2.1.1 + + -- Proxmox Support Team Mon, 20 Nov 2017 11:18:38 +0100 + +lxc (2.1.0-2) unstable; urgency=medium + + * update cgroup namespace separation for conflicting changes in 2.1.0 + + -- Proxmox Support Team Tue, 19 Sep 2017 10:06:08 +0200 + +lxc (2.1.0-1) unstable; urgency=medium + + * update to lxc-2.1.0 + + -- Proxmox Support Team Wed, 06 Sep 2017 10:45:17 +0200 + +lxc (2.0.8-3) unstable; urgency=medium + + * fix a segfault when using lxc-attach with the -s option + + -- Proxmox Support Team Fri, 30 Jun 2017 11:01:58 +0200 + +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 + + -- Proxmox Support Team Fri, 12 May 2017 14:59:15 +0200 + +lxc (2.0.7-500) unstable; urgency=medium + + * bump version for stretch + + -- Proxmox Support Team Fri, 10 Mar 2017 14:32:45 +0100 + +lxc (2.0.7-4) unstable; urgency=medium + + * fix CVE-2017-5985: lxc-user-nic netns permission verification + + * replace/provide liblxc1 + + -- Proxmox Support Team Fri, 10 Mar 2017 09:27:52 +0100 + +lxc (2.0.7-3) unstable; urgency=medium + + * Introduce lxc-monitord.service to avoid spurious lxc-monitord instances + as part of lxc@ service units. + + -- Proxmox Support Team Fri, 10 Feb 2017 12:04:45 +0100 + +lxc (2.0.7-2) unstable; urgency=medium + + * remove not yet supported Delegate option from lxc@.service + + * make lxc@.service use forking mode + + -- Proxmox Support Team Thu, 02 Feb 2017 14:09:45 +0100 + +lxc (2.0.7-1) unstable; urgency=medium + + * update to lxc-2.0.7 + + -- Proxmox Support Team Wed, 25 Jan 2017 10:48:35 +0100 + +lxc (2.0.6-5) unstable; urgency=medium + + * update cgroup limit namespace separation patches + + -- Proxmox Support Team Fri, 23 Dec 2016 15:53:48 +0100 + +lxc (2.0.6-4) unstable; urgency=medium + + * cgroup limit namespace separation: restore backward compatibility + + -- Proxmox Support Team Thu, 22 Dec 2016 14:49:39 +0100 + +lxc (2.0.6-3) unstable; urgency=medium + + * update cgroup limit namespace separation patches + + -- Proxmox Support Team Thu, 22 Dec 2016 12:23:53 +0100 + +lxc (2.0.6-2) unstable; urgency=medium + + * reintroduce support for non-default config paths in lxc-start (for aab/dab) + + -- Proxmox Support Team Fri, 02 Dec 2016 14:19:42 +0100 + +lxc (2.0.6-1) unstable; urgency=medium + + * update to lxc-2.0.6 + + -- Proxmox Support Team Thu, 24 Nov 2016 09:24:29 +0100 + +lxc (2.0.5-2) unstable; urgency=medium + + * revert to lxc's default directories when using lxc-create + + * merged network device cleanup fixes for passed-through devices + + * fix permissions for lxc-user-nic for lxc-start used by users directly + + * separate limiting cgroup from namespace cgroup root + + -- Proxmox Support Team Tue, 15 Nov 2016 15:58:45 +0100 + +lxc (2.0.5-1) unstable; urgency=medium + + * update to lxc-2.0.5 + + -- Proxmox Support Team Thu, 06 Oct 2016 12:16:27 +0200 + +lxc (2.0.4-1) unstable; urgency=medium + + * update to lxc-2.0.4 + + * add --rcfile to the common options list + + -- Proxmox Support Team Tue, 16 Aug 2016 09:43:59 +0200 + +lxc (2.0.3-4) unstable; urgency=medium + + * use dh_apparmor for the lxc-containers profile + + * patch: conf: set pty_info to NULL after free + + -- Proxmox Support Team Fri, 05 Aug 2016 13:04:08 +0200 + +lxc (2.0.3-3) unstable; urgency=medium + + * update apprmor profiles in postinstall's configure step + + -- Proxmox Support Team Wed, 27 Jul 2016 12:12:31 +0200 + +lxc (2.0.3-2) unstable; urgency=medium + + * drop cgmanager dependency + + -- Proxmox Support Team Wed, 27 Jul 2016 11:10:30 +0200 + +lxc (2.0.3-1) unstable; urgency=medium + + * update to 2.0.3 (latest stable 2.0 branch) + + -- Proxmox Support Team Tue, 12 Jul 2016 08:55:48 +0200 + +lxc (1.1.5-7) unstable; urgency=medium + + * Add apparmor patch for /run -> /var/run binding + + -- Proxmox Support Team Mon, 08 Feb 2016 11:48:05 +0100 + +lxc (1.1.5-6) unstable; urgency=medium + + * use --no-restart-on-upgrade for dh_systemd_start + + -- Proxmox Support Team Fri, 15 Jan 2016 12:44:41 +0100 + lxc (1.1.5-5) unstable; urgency=medium * depend on cgmanager package