]> git.proxmox.com Git - lxc.git/commitdiff
bump version to 3.0.0-3
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 May 2018 08:50:37 +0000 (10:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 May 2018 08:50:37 +0000 (10:50 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile
debian/changelog

index 20c2e4004c2ac2dc483d369c9da65af117ccc4b8..e556f15f9eb0b558951f346afab20d0bc40a99d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=lxc-pve
 LXCVER=3.0.0
 PACKAGE=lxc-pve
 LXCVER=3.0.0
-DEBREL=2
+DEBREL=3
 
 SRCDIR=lxc
 BUILDSRC := $(SRCDIR).tmp
 
 SRCDIR=lxc
 BUILDSRC := $(SRCDIR).tmp
index e8b2208e8469b865df52ecfd83da53af21ae63db..2eeed351bd86db6a32a24b79d3df58cb5eb51155 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 02 May 2018 10:46:17 +0200
+
 lxc (3.0.0-2) unstable; urgency=medium
 
   * install configs from lxc-templates again
 lxc (3.0.0-2) unstable; urgency=medium
 
   * install configs from lxc-templates again