diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-12 07:51:17 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-11 12:27:10 +0000 |
commit | d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0 (patch) | |
tree | f41ae8266df0ed99de0941d748d523d6f289c4bc /CHANGELOG.txt | |
parent | Adding upstream version 20161105. (diff) | |
download | open-infrastructure-compute-tools-d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0.tar.xz open-infrastructure-compute-tools-d06d7b1b2e7ea48c42497ea6381a7d58ed4121e0.zip |
Adding upstream version 20161112.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8f94beb..ba5a496 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,21 @@ +2016-11-12 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161112. + * Backward incompatible changes: + - removes support to create Debian 8 (jessie) container in debconf container create script. + + [ Daniel Baumann ] + * Removing support for Debian 9 (jessie) in debconf container create script. + * Adding shortcuts for container commands to bash-completion as well. + * Ignoring symlinks as container commands in bash-completion. + * Adding container version to ver symlink. + * Updating development section in container-tools manpage. + * Avoid repeating ipv4 address of the previous container in container list command. + * Using fallback to ifupdown addresses in container list command for container not using networkd yet. + * Fail to find container in remove command only when both the rootfs and the config are gone already. + * Correcting syntax in usage message of container create scripts. + * Adding initial curl container create script. + 2016-11-05 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20161105. |