diff options
author | Kali Kaneko <kali@leap.se> | 2017-03-06 00:43:51 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-03-13 18:24:31 +0100 |
commit | bb9b2f25024c0625945b41b44cef83c8d885b83d (patch) | |
tree | 604a1683bdb2f9a9f5c62e0394b53087f62919d4 /CHANGELOG.rst | |
parent | 5bd6a2633ea5eb960562e879955417d4f80ef738 (diff) |
[pkg] write changelog for 0.9.3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f47749d1..9570b70b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,28 @@ +0.9.3 - 06 March, 2017 ++++++++++++++++++++++++++++++++ + + +Server +~~~~~~ +- Refactor authentication code to use twisted credential system. +- Announce server blobs capabilities +- `#8764 <https://0xacab.org/leap/soledad/issues/8764>`_: Allow unauthenticated users to retrieve the capabilties banner. +- `#6178 <https://0xacab.org/leap/soledad/issues/6178>`_: Add robots.txt +- #8762: Add a systemd service file +- Add script to deploy from git + +Client +~~~~~~~~ +- `#8758 <https://0xacab.org/leap/soledad/issues/8758>`_: Add blob size to the crypto preamble +- Improve secrets generation and storage code +- Add offline status to soledad client api. +- Remove syncable property + +Misc +~~~~ +- Improvements in performance benchmarks. + + 0.9.2 - 22 December, 2016 +++++++++++++++++++++++++ |