summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-07-29 20:51:58 -0400
committerMicah Anderson <micah@riseup.net>2013-07-29 20:51:58 -0400
commitad0e1bb375b4676d0be8325cc66e0015e2b254fa (patch)
treea59829920c9ca8db4bc806b4282499aa266e002c /CHANGELOG
parenta331689bfdb04b09bfce1a82d1f51a54c7a8cb8e (diff)
update to 0.2.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 93ce5071..3338d5b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+0.2.3 Jul 26:
+Client:
+ o Avoid possible timing attack in document's mac comparison by
+ comparing hashes instead of plain macs. Closes #3243.
+Server:
+ o Refactor server side auth classes to make it possible for other
+ kinds of authentication to be easily implemented. Closes #2621.
+ o Fix double specified /etc/leap/soledad-server.pem in initscript by
+ pointing the PRIVKEY_PATH to /etc/leap/soledad-server.key. Fixes
+ #3174.
+
0.2.2 Jul 12:
Client:
o Add method for password change.