# Changes in plop 0.8.0-dev ## Features - frontend/sendsth now verifies the content of entries received. # Changes in plop 0.7.0 - 2015-04-25 ## Features - Support for reading an HSM PIN from a file added. ## Bugfixes - Fix a bug where duplicated entries were not accepted by frontend nodes, f.ex. at merge (CATLFISH-44). # 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 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. - Cleanup -- major API cleanups peformed. # Changes in plop 0.1.1 - 2014-09-20 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 plop version 0.1.0 is the proof of concept release.