summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-03-11 14:33:10 -0300
committerdrebs <drebs@leap.se>2015-03-19 11:16:10 -0300
commitcf3c5018820f982ae64c2e062391b0a3b6e52f21 (patch)
tree65a3baf02be1fe98957a3c0acea05688a54b2aee /README.rst
parent61a56f2ee301212d96c2d95a21d524bc06b3a677 (diff)
[feat] use monthly tokens database
Any solead release that includes this commit will be incompatible with LEAP Platform < 0.6.1 because only from that version on the platform implements the ephemeral monthly tokens databases. Closes: #6785.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5d6593ca..887b3df1 100644
--- a/README.rst
+++ b/README.rst
@@ -30,8 +30,12 @@ repository:
Compatibility
-------------
-* Server 0.7.x is incompatible with client < 0.7.0 because of modifications on
- encrypted document MAC calculation.
+* 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.
Tests