summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 18:51:21 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 18:51:21 +0000
commitebc08ddd37213d91e0749728e959d72aaf8023e8 (patch)
tree1ee239163d533390acd1faf5de8ce8fafd17f79a /CHANGELOG.txt
parentAdding check in container create command to not create any container named 'A... (diff)
downloadcompute-tools-ebc08ddd37213d91e0749728e959d72aaf8023e8.tar.xz
compute-tools-ebc08ddd37213d91e0749728e959d72aaf8023e8.zip
Releasing version 20180527.v20180527
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 581e46d..e18df83 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,22 @@
+2018-05-27 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20180527.
+
+ [ Daniel Baumann ]
+ * Calling commands without exec to make multiple commands in a row work properly.
+ * Updating documentation for multiple commands in a row.
+ * Calling shell in container enter command directly, replacing container-nsenter helper program.
+ * Correcting and simplifying nsenter call in container enter command.
+ * Clarify differences between container enter and console commands in manpages.
+ * Improving comment in procps configuration.
+ * Improving comment in systemd container-auto.service description.
+ * Updating author section in manpages.
+ * Adding missing command variable in some container commands.
+ * Setting dummy SSH_CLIENT variable during container enter to enable conditional shell prompts such as powerline.
+ * Correcting typo in verbose option handling of container remove command.
+ * Adding 'ALL' as pseudo container name for container start, stop, restart, and remove commands to act on all available container respectivly.
+ * Adding check in container create command to not create any container named 'ALL'.
+
2018-05-03 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20180503.