From 3fcef20844779d0933e7f01bd730dd8b5fc15283 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 18 Jul 2017 17:45:23 -0300 Subject: [doc] update changelog --- CHANGELOG.rst | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d38b3f9..61fabc5a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,23 +1,39 @@ Changelog ========= -0.10.0 - `master`_ +0.10.0 - 18 July, 2017 ------------------------------- .. note:: This version is not yet released and is under active development. +Blobs +~~~~~ + +- Add an incoming API for email delivery. In the future, this may be used by + external applications for message delivery. +- Add namespace capability. +- List incoming blobs in chronological order. +- Finish minimal filesystem backend for blobs. +- Update BlobManager to support new server features, such as: namespaces, + incoming and listing. +- Make the backend configurable for incoming API, so it can use CouchDB now and + Blobs later. + Client ~~~~~~ -- `#8472 `_: Use OpenSSL backend for scrypt if OpenSSL >= 1.1 +- Use OpenSSL backend for scrypt if OpenSSL >= 1.1 Misc ~~~~ +- Refactor preamble to account for PGP encryption scheme +- Removes scrypt dependency - Unification of Client, Server and Common in a Single python package. - - - +- Build soledad debian package with git-buildpackage. +- Document deprecation policy. +- Upload documentation to: https://soledad.readthedocs.io/ +- Launch benchmarks website: https://benchmarks.leap.se/ 0.9.6 - 31 May, 2017 ------------------------------- -- cgit v1.2.3