diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:40:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:40:42 +0000 |
commit | 5801f3feb5bc90d790c1b7e65c87eee1077b21b6 (patch) | |
tree | 0d69d9ae0857d396bf35c0c75c7ab24261880e80 | |
parent | Adding -v, --verbose option to container remove command. (diff) | |
download | compute-tools-5801f3feb5bc90d790c1b7e65c87eee1077b21b6.tar.xz compute-tools-5801f3feb5bc90d790c1b7e65c87eee1077b21b6.zip |
Releasing version 20160801.v20160801
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 26 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 38d3c2a..6c19f67 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,29 @@ +2016-08-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20160801. + + [ Daniel Baumann ] + * Adding commit messages to previous changelog. + * Trimming usage example to basic commands only in readme file. + * Trimming usage example to basic commands only in container-tools manpage. + * Adding reference to container-status command in container manpage. + * Updating name in container-status manpage. + * Dropping lxc ignore in container list command. + * Adding hooks directory for pre and post execution of container commands. + + [ Simon Spöhel ] + * Changing container-status command to always show full output. + + [ Daniel Baumann ] + * Adding host system based overlay mounts. + * Adding error message in container start command if container is locked. + * Adding -f, --force option to container start command to remove stray lock files. + * Adding container-nsenter program for container enter command. + * Calling container-nsenter program from container enter command. + * Sorting container configuration file. + * Adding support for user namespace. + * Adding -v, --verbose option to container remove command. + 2016-07-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20160701. diff --git a/VERSION.txt b/VERSION.txt index f48d32f..d8079d5 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20160701 +20160801 |