diff options
author | Kali Kaneko <kali@leap.se> | 2014-07-11 10:19:47 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-07-11 10:19:47 -0500 |
commit | 4519775ebbbbe09913a1b96c8ac0a55c8a956069 (patch) | |
tree | 780a593e5840142021693cc7c0eada5b7f2cc2c1 /server/changes | |
parent | 2628bbf4c5faff50491cdd227c787ca7f148f368 (diff) | |
parent | 9769301256f994061111e9a18beae90160cc809f (diff) |
Merge branch 'feature/encdb_splitted_drebs' into develop
Diffstat (limited to 'server/changes')
4 files changed, 5 insertions, 0 deletions
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. 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). |