summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-03-19 19:53:45 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-03-19 19:54:02 +0000
commit11fa1cddb61106ed74388afaf8d8cca69061440c (patch)
tree57c60ae3fb4006a6da150543fe1931d28200359d /CHANGELOG.txt
parentAdding initial support for IPv6 in debconf container create script. (diff)
downloadcompute-tools-11fa1cddb61106ed74388afaf8d8cca69061440c.tar.xz
compute-tools-11fa1cddb61106ed74388afaf8d8cca69061440c.zip
Releasing version 20190319.v20190319
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
1 files changed, 13 insertions, 0 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.