summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-07-18 11:09:13 -0300
committerTomás Touceda <chiiph@leap.se>2014-07-18 11:09:13 -0300
commit4739fd00ba7dd57ef840a953c707c331be4a058f (patch)
tree9a7305fedaadcf47c7ab09caf8d0548c43940a71 /server
parent4519775ebbbbe09913a1b96c8ac0a55c8a956069 (diff)
Fold in changes
Diffstat (limited to 'server')
-rw-r--r--server/changes/bug_5368_avoid-yet-another-crypto-dep2
-rw-r--r--server/changes/feature_3399-check-auth-in-constant-way1
-rw-r--r--server/changes/feature_5571_allow-for-interrupting-and-recovering-sync1
-rw-r--r--server/changes/feature_5571_split-sync-post1
4 files changed, 0 insertions, 5 deletions
diff --git a/server/changes/bug_5368_avoid-yet-another-crypto-dep b/server/changes/bug_5368_avoid-yet-another-crypto-dep
deleted file mode 100644
index 6f3f2b04..00000000
--- a/server/changes/bug_5368_avoid-yet-another-crypto-dep
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index ebd18680..00000000
--- a/server/changes/feature_3399-check-auth-in-constant-way
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 0087c535..00000000
--- a/server/changes/feature_5571_allow-for-interrupting-and-recovering-sync
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index ad269cd4..00000000
--- a/server/changes/feature_5571_split-sync-post
+++ /dev/null
@@ -1 +0,0 @@
- o Split sync in multiple POST requests in server (#5571).