summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-11 00:46:16 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-11 00:46:16 +0100
commit72f72e57be978030ec5e104d9fd88afe97ab2825 (patch)
tree17e4c4a72844b86bbf6865e9643f680a800063e9
parent5b5cf55ccc4b96040b5b526c76ddea2ee7ae187e (diff)
Add another config option change.
And tweak text.
-rw-r--r--NEWS.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/NEWS.md b/NEWS.md
index 8e74ade..9535f2c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,17 +2,21 @@
## Incompatible changes
-- Local configuration files need two new settings: 'configurl' and
+- Local configuration files need two new options: 'configurl' and
'logadminkey'. The former is where the log administrator publishes
the (generated) global config file and the latter can be found in
that file.
-- The configuration setting 'publicaddresses', used by frontend nodes,
- has changed to 'ctapiaddresses'.
+- The previous configuration option 'publicaddresses', used by
+ frontend nodes, is now 'ctapiaddresses'.
-- The configuration setting 'known_roots' in merge configuration files
- has changed to 'knownroots' to match what's being used by all other
- nodes types.
+- The previous configuration option 'addresses' is now
+ 'frontendaddresses', 'storageaddresses', 'signingaddresses', and
+ 'mergeaddresses' (closes CATLFISH-74).
+
+- The previous configuration option 'known_roots', used by primary
+ merge nodes, is now 'knownroots', to match what's being used by the
+ other nodes types.
It should be noted that regeneration of Erlang config files is
necessary when upgrading to 0.10.0 from a previous version.