summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-04-13 20:31:07 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-13 20:31:07 +0200
commitc05b0076657d2bee05e55b54a98cd255f979ae94 (patch)
treefa5343115be718177e6fa692610f4f513fb8f207
parent2ac67493e601c198cbcd469713bf4a672428ffde (diff)
plop-0.6.0.plop-0.6.0
-rw-r--r--NEWS.md11
-rw-r--r--ebin/plop.app4
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]},