From c05b0076657d2bee05e55b54a98cd255f979ae94 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Apr 2015 20:31:07 +0200 Subject: plop-0.6.0. --- NEWS.md | 11 +++++++---- ebin/plop.app | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7a0b881..511a117 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,16 +1,19 @@ -# Changes in plop 0.6.0-dev +# Changes in plop 0.6.0 - 2015-04-13 + +## Incompatible changes + +- Database format changes. Don't run 0.6.0 on an older database. ## Features - Scale -- split up in frontend, storage and signing nodes. A frontend - and a storage node use a shared file system for peristent storage of + and a storage node use a shared file system for persistent storage of log entries, duplicate detection and mapping from merkle tree leaf hash to entry (see doc/db.md). - Message validation -- intercommunication is done over HTTPS with message signatures. A URL-based authorization scheme is read from node config. -- Docker images -- docker description files for generating docker - images and hints for deployment. +- Cleanup -- major API cleanups peformed. # Changes in plop 0.1.1 - 2014-09-20 diff --git a/ebin/plop.app b/ebin/plop.app index d506334..759af2f 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -1,11 +1,11 @@ -%%% Copyright (c) 2014, NORDUnet A/S. +%%% Copyright (c) 2014-2015, NORDUnet A/S. %%% See LICENSE for licensing information. %%% Application resource file for plop. {application, plop, [{description, "The plop store"}, - {vsn, "0.6.0-dev"}, + {vsn, "0.6.0"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib]}, % crypto, public_key {registered, [plop, ht, db]}, -- cgit v1.1