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 --- client/changes/bug_7386_fix-hanging-sync | 2 -- client/changes/bug_avoid-double-decryption | 1 - client/changes/bug_fix-order-of-incoming-document-events | 1 - client/changes/bug_move-sync-db-and-encpool-creation-to-api | 1 - client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly | 1 - client/changes/feat-7338_refactor_crypto | 1 - client/changes/feat-refactor_decr_pool | 1 - client/changes/feature-improve-sync-status-info | 2 -- client/changes/feature_6980_remove-mac-from-secrets-file | 1 - client/changes/pkg_improved-scripts-and-deps | 1 - client/changes/refactor_encdec-pool-startstop | 2 -- client/changes/refactor_remove-simplejson-dep | 1 - client/changes/style_lots-of-style-changes | 1 - 13 files changed, 16 deletions(-) delete mode 100644 client/changes/bug_7386_fix-hanging-sync delete mode 100644 client/changes/bug_avoid-double-decryption delete mode 100644 client/changes/bug_fix-order-of-incoming-document-events delete mode 100644 client/changes/bug_move-sync-db-and-encpool-creation-to-api delete mode 100644 client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly delete mode 100644 client/changes/feat-7338_refactor_crypto delete mode 100644 client/changes/feat-refactor_decr_pool delete mode 100644 client/changes/feature-improve-sync-status-info delete mode 100644 client/changes/feature_6980_remove-mac-from-secrets-file delete mode 100644 client/changes/pkg_improved-scripts-and-deps delete mode 100644 client/changes/refactor_encdec-pool-startstop delete mode 100644 client/changes/refactor_remove-simplejson-dep delete mode 100644 client/changes/style_lots-of-style-changes (limited to 'client') diff --git a/client/changes/bug_7386_fix-hanging-sync b/client/changes/bug_7386_fix-hanging-sync deleted file mode 100644 index 990aa919..00000000 --- a/client/changes/bug_7386_fix-hanging-sync +++ /dev/null @@ -1,2 +0,0 @@ - o Fix hanging sync by properly waiting db initialization on sync decrypter - pool. Closes #7686. diff --git a/client/changes/bug_avoid-double-decryption b/client/changes/bug_avoid-double-decryption deleted file mode 100644 index 184da75b..00000000 --- a/client/changes/bug_avoid-double-decryption +++ /dev/null @@ -1 +0,0 @@ - o Avoid double decryption of documents. diff --git a/client/changes/bug_fix-order-of-incoming-document-events b/client/changes/bug_fix-order-of-incoming-document-events deleted file mode 100644 index 0cdb5d3d..00000000 --- a/client/changes/bug_fix-order-of-incoming-document-events +++ /dev/null @@ -1 +0,0 @@ - o Fix the order of the events emited for incoming documents. diff --git a/client/changes/bug_move-sync-db-and-encpool-creation-to-api b/client/changes/bug_move-sync-db-and-encpool-creation-to-api deleted file mode 100644 index dc16807f..00000000 --- a/client/changes/bug_move-sync-db-and-encpool-creation-to-api +++ /dev/null @@ -1 +0,0 @@ -o bugfix: move sync db and encpool creation to api. diff --git a/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly b/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly deleted file mode 100644 index 85a1625b..00000000 --- a/client/changes/bug_wrong-sqlcipher-passphrase-now-raises-correctly +++ /dev/null @@ -1 +0,0 @@ -o Bugfix: wrong sqlcipher passphrase now raises correctly. diff --git a/client/changes/feat-7338_refactor_crypto b/client/changes/feat-7338_refactor_crypto deleted file mode 100644 index d5afa96c..00000000 --- a/client/changes/feat-7338_refactor_crypto +++ /dev/null @@ -1 +0,0 @@ -- refactor SoledadCrypto to remove circular dependency with SoledadSecrets (Closes: 7338) diff --git a/client/changes/feat-refactor_decr_pool b/client/changes/feat-refactor_decr_pool deleted file mode 100644 index 7a567bcc..00000000 --- a/client/changes/feat-refactor_decr_pool +++ /dev/null @@ -1 +0,0 @@ -- Refactor decription pool and http target to use a deferred instead of a waiting loop. diff --git a/client/changes/feature-improve-sync-status-info b/client/changes/feature-improve-sync-status-info deleted file mode 100644 index f563e375..00000000 --- a/client/changes/feature-improve-sync-status-info +++ /dev/null @@ -1,2 +0,0 @@ -- Improve how we send information on SOLEDAD_SYNC_SEND_STATUS and in - SOLEDAD_SYNC_RECEIVE_STATUS. Related to Feature #7353. diff --git a/client/changes/feature_6980_remove-mac-from-secrets-file b/client/changes/feature_6980_remove-mac-from-secrets-file deleted file mode 100644 index 6a424013..00000000 --- a/client/changes/feature_6980_remove-mac-from-secrets-file +++ /dev/null @@ -1 +0,0 @@ - o Remove MAC from secrets file. Closes #6980. diff --git a/client/changes/pkg_improved-scripts-and-deps b/client/changes/pkg_improved-scripts-and-deps deleted file mode 100644 index f4bf2e26..00000000 --- a/client/changes/pkg_improved-scripts-and-deps +++ /dev/null @@ -1 +0,0 @@ -o Improve helper scripts and dependencies listing. diff --git a/client/changes/refactor_encdec-pool-startstop b/client/changes/refactor_encdec-pool-startstop deleted file mode 100644 index faa318c8..00000000 --- a/client/changes/refactor_encdec-pool-startstop +++ /dev/null @@ -1,2 +0,0 @@ - o Refactor enc/dec pool to standardize start/stop of the pools. - o Add tests for enc/dec pool. diff --git a/client/changes/refactor_remove-simplejson-dep b/client/changes/refactor_remove-simplejson-dep deleted file mode 100644 index 8fb59626..00000000 --- a/client/changes/refactor_remove-simplejson-dep +++ /dev/null @@ -1 +0,0 @@ - o Remove dependency on simplejson. diff --git a/client/changes/style_lots-of-style-changes b/client/changes/style_lots-of-style-changes deleted file mode 100644 index 039042ea..00000000 --- a/client/changes/style_lots-of-style-changes +++ /dev/null @@ -1 +0,0 @@ -o Lots of code restyling to pass CI tests. -- cgit v1.2.3