summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-11 01:05:00 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-11 01:05:00 +0100
commit6ccfd2c2cd59f07f1d9fe94186b80ee993065606 (patch)
tree4c6594cbe08b455fcbec51b5665aab6bea829ebf
parentabc47643d9f2cb4a5d8eb6f9ff22218c9826998b (diff)
parent425bb6d98f5084cb41ea32c476c645bee6f13e20 (diff)
Merge branch 'releng010'
-rw-r--r--NEWS.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 01d8992..c880412 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,26 @@
+# Changes in plop 0.10.0 - 2017-02-11
+
+## Features
+
+- API keys have moved from the file system and into the global config
+ file. So has the log public key. The fingerpring of the internal CA
+ cert has also been added to the global config file.
+
+- Parts of a nodes configuration settings can now be reloaded in a
+ running system without the need to restart. This is particularly
+ useful for adding and removing nodes from a log instance.
+
+## Improvements
+
+- Three out of four compontens of merge have been reimplemented in
+ Erlang -- backup, sth and dist -- and are now running concurrently
+ in the background. Backup and dist are running one process per
+ storage node and frontend node, respectively. This makes it possible
+ to back up and distribute to nodes independently of other nodes,
+ especially useful when adding a new merge secondary or frontend
+ node. The fetch component is still a Python program run from a shell
+ script.
+
# Changes in plop 0.9.0 - 2016-12-04
## Features