diff options
-rw-r--r-- | CHANGELOG.txt | 13 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index de65ba1..38e1b10 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,16 @@ +2019-03-19 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20190319. + + * Backward incompatible changes: + - with the initial support for IPv6 network configuration + the IPv4 netmask now needs to be specified in CIDR + notation, e.g. '255.255.255.0' becomes '24'. + + [ Daniel Baumann ] + * Adding initial support for IPv6 in debconf container create script. + * Using C.UTF-8 in container enter command as fallback locale. + 2019-03-04 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20190304. diff --git a/VERSION.txt b/VERSION.txt index 6cc47af..a61f3fc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20190304 +20190319 |