diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 21 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 336b9c7..605a6ae 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +2020-08-30 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20200830. + + [ Daniel Baumann ] + * Correcting permissions of pre-start.unlink-console.sh hook. + * Adding post-start hook to set nvidia device ownership. + * Harmonizing hooks. + * Correcting call of post hooks in container start program to make them actually work, thanks to Simon Spoehel <simon@spoehel.ch>. + * Using more common sign extension for detached gpg signatures in container curl create script. + * Updating host setup documentation. + * Adding IPv6 note in host setup documentation. + * Readding container-images.sh. + * Adding run comment in version command. + + [ Katharina Drexel ] + * Fixing 'cnt remove' error when executed in directory /usr/lib/open-infrastructure/container. + + [ Daniel Baumann ] + * Fixing one more occurence of wrong tr usage in container move command. + 2020-01-21 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20200121. diff --git a/VERSION.txt b/VERSION.txt index 6de2f45..cf802bc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20200121 +20200830 |