diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-04-03 10:19:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-04-03 10:19:35 +0000 |
commit | feccbb16afd34370bd257bf2a98aaf9f8db7f96e (patch) | |
tree | d1d4fd54ad5b0bf8aebdce02d368810cef9c6e99 | |
parent | Adding support for bind-ro nspawn option for read-only bind mounts. (diff) | |
download | compute-tools-feccbb16afd34370bd257bf2a98aaf9f8db7f96e.tar.xz compute-tools-feccbb16afd34370bd257bf2a98aaf9f8db7f96e.zip |
Releasing version 20170401.v20170401
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 11 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c985fe1..0b05f37 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +2017-04-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20170401. + + [ Daniel Baumann ] + * Shortening file removal handling in uninstall target in makefile. + * Cleanup stray preseed.cfg removal. + * Allowing @NAME@ variable in preseed files to allow for more flexibel preseed templating. + * Allowing multiple container commands to be executed in a row. + * Adding support for bind-ro nspawn option for read-only bind mounts. + 2017-01-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20170101. diff --git a/VERSION.txt b/VERSION.txt index 162675c..0dde600 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20161220 +20170401 |