summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-06 08:39:00 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-06 08:39:00 +0000
commit8fe88b598e4d9e2ffca9b696ea0fcb554d34141c (patch)
tree0dd700f5327dd134e12b935522a43956525746f9 /CHANGELOG.txt
parentAdding container remove to rm symlink. (diff)
downloadcompute-tools-20161105.tar.xz
compute-tools-20161105.zip
Releasing version 20161105.v20161105
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r--CHANGELOG.txt22
1 files changed, 22 insertions, 0 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.