From dd82ea1c9055eb46bdfac46c9a1ef9ed41fac850 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 2 Jul 2014 12:35:55 -0300 Subject: Add changes files. --- 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 + 3 files changed, 3 insertions(+) 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 (limited to 'server/changes') 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 From 9769301256f994061111e9a18beae90160cc809f Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 10 Jul 2014 14:20:57 -0300 Subject: Pin PyOpenSSL dep to avoid uneeded deps (#5368). --- server/changes/bug_5368_avoid-yet-another-crypto-dep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 server/changes/bug_5368_avoid-yet-another-crypto-dep (limited to 'server/changes') diff --git a/server/changes/bug_5368_avoid-yet-another-crypto-dep b/server/changes/bug_5368_avoid-yet-another-crypto-dep new file mode 100644 index 00000000..6f3f2b04 --- /dev/null +++ b/server/changes/bug_5368_avoid-yet-another-crypto-dep @@ -0,0 +1,2 @@ + o Pin PyOpenSSL dependency version to <0.14 to avoid yet another crypto + dependency. -- cgit v1.2.3