summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-06-06 14:11:24 -0300
committerTomás Touceda <chiiph@leap.se>2014-06-06 14:11:24 -0300
commit03b4ed07d1c55770d9c5b0ed8e7d42dd08f80272 (patch)
tree1c57c8e0076e5be7b2d34ca085a4a04a0e681c4f /CHANGELOG
parent5cb40a959af827e4eadde1c047664c4f4c0ae01d (diff)
parent4dc1cd8662a34893051d2f520b73a0bd0774215c (diff)
Merge branch 'release-0.5.2'0.5.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ff1ba240..768e31af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,20 @@
+0.5.2 Jun 6, 2014:
+Client:
+ o Reset synchronizer state in order to reuse the same synchronizer
+ object multiple times.
+ o Add sync status signals. Closes #5517.
+ o Allow for interrupting and recovering sync. Closes #5517.
+ o Split sync in multiple POST requests in client. Closes #5571.
+
+Common:
+ o Use a dedicated HTTP resource for couch multipart PUTs to avoid bigcouch
+ bug. Fixes #5739.
+
+Server:
+ o Allow for interrupting and recovering sync. Closes #5517.
+ o Split sync in multiple POST requests in server. Closes #5571.
+ o Authenticate in time-insensitive manner. Closes #3399.
+
0.5.1 May 16, 2014:
Client:
o Close connection with server after syncing to avoid client hanging