diff --git a/Makefile b/Makefile index 20c2e40..e556f15 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=lxc-pve LXCVER=3.0.0 -DEBREL=2 +DEBREL=3 SRCDIR=lxc BUILDSRC := $(SRCDIR).tmp diff --git a/debian/changelog b/debian/changelog index e8b2208..2eeed35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +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