diff options
-rw-r--r-- | CHANGELOG.txt | 17 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0034716..fc80047 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,20 @@ +2019-08-11 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20190811. + + [ Daniel Baumann ] + * Correcting whitespace error in include handling that broke debconf container create script. + * Cosmetically fixing internal preseed file when using the progress-linux package. + * Simplifying trap handling in debconf container create script. + * Updating interfaces example configuration in host-setup documentation. + * Removing stray veth links when starting containers with force. + * Removing stray veth links when stopping containers with force. + + [ Simon Spöhel ] + * Fixing a bug where directories were not created for --bind-ro. + * Fixing a bug where only the last item in lists passed via CLI was evaluated. + * Fixing the debconf script to use the bind-ro string when preseeding. + 2019-04-13 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20190413. diff --git a/VERSION.txt b/VERSION.txt index c7d138c..8507a47 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20190413 +20190811 |