From dd82ea1c9055eb46bdfac46c9a1ef9ed41fac850 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 2 Jul 2014 12:35:55 -0300 Subject: Add changes files. --- client/changes/bug_reset-synchronizer-state | 2 ++ client/changes/feature_5326_use-transitional-db-for-sync | 1 + client/changes/feature_5571_add-sync-status-signals | 1 + client/changes/feature_5571_allow-for-interrupting-and-recovering-sync | 1 + client/changes/feature_5571_parallelize-requests | 1 + client/changes/feature_5571_split-sync-post | 1 + common/changes/bug_5739_fix-multipart-problem | 2 ++ server/changes/feature_3399-check-auth-in-constant-way | 1 + server/changes/feature_5571_allow-for-interrupting-and-recovering-sync | 1 + server/changes/feature_5571_split-sync-post | 1 + 10 files changed, 12 insertions(+) create mode 100644 client/changes/bug_reset-synchronizer-state create mode 100644 client/changes/feature_5326_use-transitional-db-for-sync create mode 100644 client/changes/feature_5571_add-sync-status-signals create mode 100644 client/changes/feature_5571_allow-for-interrupting-and-recovering-sync create mode 100644 client/changes/feature_5571_parallelize-requests create mode 100644 client/changes/feature_5571_split-sync-post create mode 100644 common/changes/bug_5739_fix-multipart-problem create mode 100644 server/changes/feature_3399-check-auth-in-constant-way create mode 100644 server/changes/feature_5571_allow-for-interrupting-and-recovering-sync create mode 100644 server/changes/feature_5571_split-sync-post diff --git a/client/changes/bug_reset-synchronizer-state b/client/changes/bug_reset-synchronizer-state new file mode 100644 index 00000000..9678b36b --- /dev/null +++ b/client/changes/bug_reset-synchronizer-state @@ -0,0 +1,2 @@ + o Reset synchronizer state in order to reuse the same synchronizer object + multiple times. diff --git a/client/changes/feature_5326_use-transitional-db-for-sync b/client/changes/feature_5326_use-transitional-db-for-sync new file mode 100644 index 00000000..7d66141d --- /dev/null +++ b/client/changes/feature_5326_use-transitional-db-for-sync @@ -0,0 +1 @@ + o Use temporal database for encryption/decryption during sync. Closes: #5326 diff --git a/client/changes/feature_5571_add-sync-status-signals b/client/changes/feature_5571_add-sync-status-signals new file mode 100644 index 00000000..67bc7d9f --- /dev/null +++ b/client/changes/feature_5571_add-sync-status-signals @@ -0,0 +1 @@ + o Add sync status signals (#5517). diff --git a/client/changes/feature_5571_allow-for-interrupting-and-recovering-sync b/client/changes/feature_5571_allow-for-interrupting-and-recovering-sync new file mode 100644 index 00000000..0087c535 --- /dev/null +++ b/client/changes/feature_5571_allow-for-interrupting-and-recovering-sync @@ -0,0 +1 @@ + o Allow for interrupting and recovering sync (#5517). diff --git a/client/changes/feature_5571_parallelize-requests b/client/changes/feature_5571_parallelize-requests new file mode 100644 index 00000000..ec394cdc --- /dev/null +++ b/client/changes/feature_5571_parallelize-requests @@ -0,0 +1 @@ + o Parallelize sync requests and reuse HTTP connections. diff --git a/client/changes/feature_5571_split-sync-post b/client/changes/feature_5571_split-sync-post new file mode 100644 index 00000000..0d7b14dd --- /dev/null +++ b/client/changes/feature_5571_split-sync-post @@ -0,0 +1 @@ + o Split sync in multiple POST requests in client (#5571). diff --git a/common/changes/bug_5739_fix-multipart-problem b/common/changes/bug_5739_fix-multipart-problem new file mode 100644 index 00000000..449e09b8 --- /dev/null +++ b/common/changes/bug_5739_fix-multipart-problem @@ -0,0 +1,2 @@ + o Use a dedicated HTTP resource for couch multipart PUTs to avoid bigcouch + bug (#5739). diff --git a/server/changes/feature_3399-check-auth-in-constant-way b/server/changes/feature_3399-check-auth-in-constant-way new file mode 100644 index 00000000..ebd18680 --- /dev/null +++ b/server/changes/feature_3399-check-auth-in-constant-way @@ -0,0 +1 @@ + o Authenticate in time-insensitive manner. Closes #3399. diff --git a/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync b/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync new file mode 100644 index 00000000..0087c535 --- /dev/null +++ b/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync @@ -0,0 +1 @@ + o Allow for interrupting and recovering sync (#5517). diff --git a/server/changes/feature_5571_split-sync-post b/server/changes/feature_5571_split-sync-post new file mode 100644 index 00000000..ad269cd4 --- /dev/null +++ b/server/changes/feature_5571_split-sync-post @@ -0,0 +1 @@ + o Split sync in multiple POST requests in server (#5571). -- cgit v1.2.3