From: Thomas Lamprecht Date: Wed, 3 Oct 2018 14:46:54 +0000 (+0200) Subject: bump version to 2.0-28 X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=f128d6b2edf48bfc4ead75ba1127a9265429e0e5 bump version to 2.0-28 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index ad8eadb..c88db45 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=2.0 PACKAGE=pve-container -PKGREL=27 +PKGREL=28 GITVERSION:=$(shell git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index 42d3e9a..52e57ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pve-container (2.0-28) unstable; urgency=medium + + * configure IPv6AcceptRA in systemd-networkd files + + * enable emulation of containers using qemu-user-static + + * add feature flags (for now: mount, nesting, keyctl) using apparmor + profile generation + + -- Proxmox Support Team Wed, 03 Oct 2018 16:45:56 +0200 + pve-container (2.0-27) unstable; urgency=medium * fix #1885: delete old route when changing gateway