From 425bb6d98f5084cb41ea32c476c645bee6f13e20 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 11 Feb 2017 00:41:24 +0100 Subject: Proposed NEWS.md. --- NEWS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -- cgit v1.1