summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-18 17:45:23 -0300
committerdrebs <drebs@leap.se>2017-07-18 18:07:21 -0300
commit3fcef20844779d0933e7f01bd730dd8b5fc15283 (patch)
treede19a53da97076c092ece87943fd15c6d3d5ae93
parentd8071742d6fc6bdcfacd974b2ca7531a180f50eb (diff)
[doc] update changelog0.10.0
-rw-r--r--CHANGELOG.rst26
1 files 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 <https://0xacab.org/leap/soledad/issues/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
-------------------------------