From 92724a1bf110a6f97dbfaec4a7d68388eef19dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 7 Jun 2013 12:56:34 -0300 Subject: Do not list the backends as __all__ --- changes/bug_all_backends | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_all_backends (limited to 'changes') 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 -- cgit v1.2.3 From 7a737ff200c63e7d3a2dc5619b619e07b56fc6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 11 Jun 2013 10:32:13 -0300 Subject: Make request timeouts modifiable --- changes/bug_modifiable_timeout | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_modifiable_timeout (limited to 'changes') 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 -- cgit v1.2.3 From eb4d19190cd4b726613a04bae534c2f1b89c7183 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 20 Jun 2013 12:39:37 -0300 Subject: Add changes file. --- changes/feature_split-soledad-client-and-server | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_split-soledad-client-and-server (limited to 'changes') 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. -- cgit v1.2.3