diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 08:39:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 08:39:00 +0000 |
commit | 8fe88b598e4d9e2ffca9b696ea0fcb554d34141c (patch) | |
tree | 0dd700f5327dd134e12b935522a43956525746f9 | |
parent | Adding container remove to rm symlink. (diff) | |
download | compute-tools-8fe88b598e4d9e2ffca9b696ea0fcb554d34141c.tar.xz compute-tools-8fe88b598e4d9e2ffca9b696ea0fcb554d34141c.zip |
Releasing version 20161105.v20161105
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | CHANGELOG.txt | 22 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 57cf03b..8f94beb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,25 @@ +2016-11-05 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161105. + * Backward incompatible changes: + - container use systemd-networkd instead of ifupdown. + + [ Daniel Baumann ] + * Readding container rename command. + * Readding -f|--force option in container stop command. + * Readding container limit command. + * Readding container enter command. + * Removing empty line at the end of the changelog file. + * Replacing README.txt with a copy of container-tools.7 manpage. + * Installing README.txt into documentation directory. + * Installing all generic text files as documentation. + * Adding mandatory inclusion of /etc/network/interfaces.d files in host-setup documentation, thanks to Richard Nelson <unixabg@gmail.com>. + * Using systemd-networkd in container instead of ifupdown. + * Updating container list command to use systemd-networkd config instead of ifupdown. + * Excluding symlinks in container-shell command list. + * Adding container list to ls symlink. + * Adding container remove to rm symlink. + 2016-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20161101. diff --git a/VERSION.txt b/VERSION.txt index c2ace56..72dace3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20161101 +20161105 |