diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 32 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aa0671d..0fd720b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,35 @@ +2016-12-10 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20161210. + * Backward incompatible changes: + - container list shows now only the first IPv4 address. + - container rename command has been renamed to move. + - container list full format has been renamed to cli. + - container list short format has been renamed to shell. + + [ Daniel Baumann ] + * Adding container rename to mv symlink. + * Renaming container rename command to move for consistency. + * Tidying container move interactive question. + * Tidying container move comments. + * Adding container move manpage. + * Harmonizing markup of email addresses in manpages. + * Completing usage message in container list command. + * Renaming internal show function in container list command for consistency. + * Adding trailing line in full format for container list command. + * Sorting format code in container list command. + * Renaming full format in container list command to cli for consistency. + * Renaming short format in container list command to shell for consistency. + * Removing half-finished multi-address handling in container list command. + * Adding CSV export format to container list command. + * Adding JSON export format to container list command. + * Adding nwdiag export format to container list command. + * Adding YAML export format to container list command. + * Adding XML export format to container list command. + * Enabling pre and post hooks in container program. + * Enabling pre and post hooks in container commands. + * Enabling pre and post hooks in container create scripts. + 2016-12-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20161201. diff --git a/VERSION.txt b/VERSION.txt index 73f27d5..d407b1f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20161201 +20161210 |