diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-06-21 11:58:43 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-06-21 11:58:43 -0300 |
commit | d4ea5ac0e78aff6a9224073b4096aa9ad52d4382 (patch) | |
tree | 6d803596fe08450a678e39210eb6c2fc9a6db9a0 /changes | |
parent | 194ff4c40047462e112737a74968ec21a75bfba7 (diff) | |
parent | eb4d19190cd4b726613a04bae534c2f1b89c7183 (diff) |
Merge remote-tracking branch 'drebs/feature/2616-separate-soledad-into-client-and-server-2' into develop
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_all_backends | 3 | ||||
-rw-r--r-- | changes/bug_modifiable_timeout | 3 | ||||
-rw-r--r-- | changes/feature_split-soledad-client-and-server | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug_all_backends b/changes/bug_all_backends new file mode 100644 index 00000000..bfb7253d --- /dev/null +++ b/changes/bug_all_backends @@ -0,0 +1,3 @@ + o Do not list the backends in the __init__'s __all__ to allow not + supporting couch on the client side until the code is diveded into + client and server.
\ No newline at end of file diff --git a/changes/bug_modifiable_timeout b/changes/bug_modifiable_timeout new file mode 100644 index 00000000..be690d5a --- /dev/null +++ b/changes/bug_modifiable_timeout @@ -0,0 +1,3 @@ + o Database request have default timeout too high, a + soledad.SOLEDAD_TIMEOUT variable has been added in order to have + more control over this. Fixes #2713
\ No newline at end of file diff --git a/changes/feature_split-soledad-client-and-server b/changes/feature_split-soledad-client-and-server new file mode 100644 index 00000000..0abab836 --- /dev/null +++ b/changes/feature_split-soledad-client-and-server @@ -0,0 +1 @@ + o Split soledad client and server into two different packages. |