summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-11 00:41:24 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-11 00:41:24 +0100
commit425bb6d98f5084cb41ea32c476c645bee6f13e20 (patch)
tree0b795f24c6b9ce98935782e515f6c596f7fbde16
parentff5e45a89bc7af61c396007f5cc6e34c999e0977 (diff)
Proposed NEWS.md.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