diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-19 19:53:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-19 19:54:02 +0000 |
commit | 11fa1cddb61106ed74388afaf8d8cca69061440c (patch) | |
tree | 57c60ae3fb4006a6da150543fe1931d28200359d | |
parent | Adding initial support for IPv6 in debconf container create script. (diff) | |
download | compute-tools-11fa1cddb61106ed74388afaf8d8cca69061440c.tar.xz compute-tools-11fa1cddb61106ed74388afaf8d8cca69061440c.zip |
Releasing version 20190319.v20190319
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-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 |