diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-20 12:46:42 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-20 12:46:42 -0300 |
commit | 19af1736a750a1a8679c21071305b97f626f1d14 (patch) | |
tree | 0c52ac17ce718bdf02d06b9e277b69b7f098749d /client/changes | |
parent | cb616b80c47a5c251f4c66808396d0ac1352a390 (diff) | |
parent | 01557be5c80833b27df46f4eab17b29c53a7245b (diff) |
Merge remote-tracking branch 'refs/remotes/kali/bug/reuse-http-connection' into develop
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_reuse-http-connection | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/bug_reuse-http-connection b/client/changes/bug_reuse-http-connection new file mode 100644 index 00000000..c6cdd9b4 --- /dev/null +++ b/client/changes/bug_reuse-http-connection @@ -0,0 +1,2 @@ + o Fix a bug in soledad.client.sqlcipher by which we were creating + a new connection for each sync. |