From 0ba9b51f6280d3635c93c5cac026e6e7229748d5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 May 2016 11:25:45 +0200 Subject: Releasing version 20160515. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 27 +++++++++++++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eb5f83d..c7b121c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,30 @@ +2016-05-15 Daniel Baumann + + * Releasing version 20160515. + * Adding support for multiple interfaces per container. + * Adding automatic stop of all container on host shutdown. + * Correcting errors in documentation. + + * Backward incompatible changes: + - container network configuration in the [start] section for + multi-interface support: + + old: network-veth=yes + network-bridge=br0 + + new: cnt.network-bridge=veth-foo:br0 + network-veth-extra=veth-foo:eth0 + cnt.network-bridge=veth-bar:br1 + network-veth-extra=veth-bar:eth1 + + - default container network device switched from host0 to eth0. + - container start in background by default. + - container-autostart has been renamed to container-auto. + - container autostart configuration in the [start] section: + + old: cnt.autostart=true|FQDN + new: cnt.auto=true|FQDN + 2016-05-01 Daniel Baumann * Releasing version 20160501. diff --git a/VERSION.txt b/VERSION.txt index 3eb848a..232669c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20160501 +20160515 -- cgit v1.2.3