From c13074ac63ff2b37e4a42cedcb3222678e84fd9b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 19 Sep 2014 16:38:29 +0200 Subject: plop-0.1.1 --- NEWS.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 82da2c2..132135f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,26 @@ -# Changes in plop 0.1.1 - XXXX-XX-XX +# Changes in plop 0.1.1 - 2014-09-20 -plop version 0.1.1 removes the depency on maps. +plop version 0.1.1 removes the depency on maps and fixes several major +bugs. + +## Bugfixes + +- Add a field in the database with the Merkle Tree Leaf hash, for + get-proof-by-hash (closes CATLFISH-3). + +- Do hash the full MerkleTreeLeaf. This bug made the tree head to + sometimes change after a crash. Found by Tom Fitzhenry. + +- Handle unknown hashes in inclusion(). + +- Make ht:print_tree() print something more useful. + +- Add a field in the database with extra-data, for catlfish this holds + x509 cert chains without the leaf cert. + +## Features + +- get-entry-and-proof implemented. # plop version 0.1.0 "PoC" - 2014-09-15 -- cgit v1.1