From 20966f78951d734f100ed6a6a6feedd15dbe79e7 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 26 Aug 2015 15:42:21 -0300 Subject: [pkg] fold in changes --- CHANGELOG | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index a6d1558e..a3a824cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. -- cgit v1.2.3