summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-04 11:21:40 -0300
committerdrebs <drebs@leap.se>2015-06-04 11:21:40 -0300
commit293c71080e9a21115d248e46d1a706c53cc8ee37 (patch)
tree3353672f1f770ef5f5c87ea7e3e27debe737a50b /README.rst
parentfa7708e256ba56cd1e9913993d68611b4ae95824 (diff)
parent9fb1c47ca7da06d6feef6846b812aec28128ed78 (diff)
Merge tag '0.7.0'
Tag version 0.7.0. Conflicts: CHANGELOG client/src/leap/soledad/client/__init__.py client/src/leap/soledad/client/sqlcipher.py client/src/leap/soledad/client/target.py server/pkg/soledad-server
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index fb909120..887b3df1 100644
--- a/README.rst
+++ b/README.rst
@@ -27,10 +27,16 @@ repository:
:target: https://crate.io/packages/leap.soledad.server
-Library dependencies
---------------------
+Compatibility
+-------------
+
+* Soledad Server >= 0.7.0 is incompatible with client < 0.7.0 because of
+ modifications on encrypted document MAC calculation.
+
+* Soledad Server >= 0.7.0 is incompatible with LEAP Platform < 0.6.1 because
+ that platform version implements ephemeral tokens databases and Soledad
+ Server needs to act accordingly.
-* ``libsqlite3-dev``
Tests
-----