From 8ad1607156208b6a5af6d8f7c9cc816d588dfa95 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 29 Jun 2017 11:10:04 +0200 Subject: Releasing version 20170629. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 41 +++++++++++++++++++++++++++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 21fda43..96c6c4e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,44 @@ +2017-06-29 Daniel Baumann + + * Releasing version 20170629. + + * Backward incompatible changes: + - container auto configuration in the [start] section to + entangle shared storage/automatically start at boot time + support: + + old: cnt.auto=true + + new: cnt.auto=true + cnt.container-server=${FQDN} + + whereas ${FQDN} needs to be replaced with the actual hostname + of the container server. + + [ Daniel Baumann ] + * Removing useless whitespace in debconf script. + * Correcting typo in systemd parts of the Makefile's uninstall target. + + [ Nik Lutz ] + * Implementing postup/postdown for systemd-networkd by creating systemd units in /etc/systemd/system. + + [ Daniel Baumann ] + * Dropping obsolete LTS archive definitions, thanks to Nik Lutz . + * Using allow-hotplug instead of allow in host-setup documentation. + * Removing net-tools from host-setup documentation, it is a direct depends of container-tools for the time being. + * Renaming cnt.auto to cnt.container-server in order to split functionality of 'binding container to a specific host system' from 'starting container at system boot'. + * Executing auto commands only when cnt.auto=true and cnt.container-server matches the current hostname. + * Adding CONTAINER_COMMANDS_ENABLE variable for container-shell to add support for allowing certain container commands for a specific container-shell invocation only. + * Adding CONTAINER_COMMANDS_DISABLE variable for container-shell to add support for disallowing certain container commands for a specific container-shell invocation only. + * Documenting usage of container-shell command restrictions in container-shell manpage. + * Using more systemd-ish status symbols in container list command. + * Adding new container top command. + * Adding new container top command manpage. + * Updating bash-completion for container top command. + * Adjusting container list outout for container top command. + * Harmonizing edition of container configuration file in debconf script. + * Allow cnt.auto=force-true to enforce startup of a locked container at system startup. + 2017-05-22 Daniel Baumann * Releasing version 20170522. diff --git a/VERSION.txt b/VERSION.txt index f0ba7e8..dd89bfb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20170522 +20170629 -- cgit v1.2.3