summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt19
-rw-r--r--VERSION.txt2
2 files changed, 20 insertions, 1 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.
diff --git a/VERSION.txt b/VERSION.txt
index 9e4322f..3d0e1cf 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20180503
+20180527