diff options
-rw-r--r-- | CHANGELOG.txt | 16 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 36d9293..da7bd1c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,19 @@ +2016-07-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20160701. + * Correcting and extending bash-completion, thanks to Andreas Kreuzer. + * Improved container list command for shared storage setups. + * Correcting and updating existing documentation. + * Correcting bind mount options to work with multiple directories. + * Fixing minor issues: + - creating necessary directories for containers on demand. + - debconf container create script now configures automatic start for + new containers automatically again. + * Adding new container commands: + - container enter + - container rename + - container status, thanks to Simon Spoehel. + 2016-06-15 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20160615. diff --git a/VERSION.txt b/VERSION.txt index 8cee680..f48d32f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20160615 +20160701 |