summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-24 15:23:34 -0400
committerKali Kaneko <kali@leap.se>2015-09-24 15:23:34 -0400
commit67d341b062640ace095fae835107ec677e9d7cae (patch)
tree0eaa17436ea5990dcae0737119050fa0db8f471a /CHANGELOG
parent363d960c3feddb93a0f660075d9b4b33f3713882 (diff)
parent4be6f05d91891122e83f74d21c83c5f8fcd3a618 (diff)
Merge tag '0.7.3' into debian/experimental
Tag leap.soledad version 0.7.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a3a824cc..f35f7830 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+0.7.3 Sep 22, 2015:
+Client:
+ o Bugfix: refactor code loss. Closes #7412.
+ o Bugfix: Set active secret before saving local file.
+ o Split http_target into 4 modules, separating those responsibilities.
+ o Refactor details of making an HTTP request body and headers out of the
+ send/fetch logic. This also makes it easier to enable batching.
+
+Server:
+ o Fix a bug where BadRequest could be raised after everything was persisted.
+
+Common:
+ o Refactor couch.py to separate persistence from logic while saving uploaded
+ documents. Also simplify logic while checking for conflicts.
+
+
0.7.2 Aug 26, 2015:
Client:
o Remove MAC from secrets file. Closes #6980.
@@ -6,7 +22,7 @@ Client:
o Improve how we send information on SOLEDAD_SYNC_SEND_STATUS and in
SOLEDAD_SYNC_RECEIVE_STATUS. Related to Feature #7353.
o Fix hanging sync by properly waiting db initialization on sync decrypter
- pool. Closes #7686.
+ pool. Closes #7386.
o Avoid double decryption of documents.
o Fix the order of the events emited for incoming documents.
o bugfix: move sync db and encpool creation to api.