diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-26 15:42:21 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-26 15:49:37 -0300 |
commit | 20966f78951d734f100ed6a6a6feedd15dbe79e7 (patch) | |
tree | 60018847c2f114ca9355fa766ff73c404b40dfa7 /CHANGELOG | |
parent | df1ecbe007dc49c49eb462264d7cc7047db7fb87 (diff) |
[pkg] fold in changes0.7.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +0.7.2 Aug 26, 2015: +Client: + o Remove MAC from secrets file. Closes #6980. + o refactor SoledadCrypto to remove circular dependency with SoledadSecrets. + Closes #7338. + 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. + 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. + o Bugfix: wrong sqlcipher passphrase now raises correctly. + o Refactor decription pool and http target to use a deferred instead of a + waiting loop. + o Improve helper scripts and dependencies listing. + o Refactor enc/dec pool to standardize start/stop of the pools. + o Add tests for enc/dec pool. + +Client, Server, Common: + o Lots of code restyling to pass CI tests. + o Lots of work done to get tests passing. + o Remove dependency on simplejson. + 0.7.1 Jul 10, 2015: Client: o Fix sync encrypter pool close queue error. Closes #7088. |