diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 18:17:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-10 18:17:43 +0100 |
commit | 01674479651cd12c995581911cfb58e5d5493495 (patch) | |
tree | f95ff2091deaa244d65300c01df8aac4c70991b2 /changelog.d | |
parent | Merge pull request #5417 from matrix-org/rav/shared_ssl_context (diff) | |
download | synapse-01674479651cd12c995581911cfb58e5d5493495.tar.xz |
1.0.0rc2 v1.0.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5392.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5415.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5417.bugfix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/5392.bugfix b/changelog.d/5392.bugfix deleted file mode 100644 index 295a7cfce1..0000000000 --- a/changelog.d/5392.bugfix +++ /dev/null @@ -1 +0,0 @@ -Remove redundant warning about key server response validation. diff --git a/changelog.d/5415.bugfix b/changelog.d/5415.bugfix deleted file mode 100644 index 83629e193d..0000000000 --- a/changelog.d/5415.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug where old keys stored in the database with a null valid until timestamp caused all verification requests for that key to fail. diff --git a/changelog.d/5417.bugfix b/changelog.d/5417.bugfix deleted file mode 100644 index 54be963a4e..0000000000 --- a/changelog.d/5417.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix excessive memory using with default `federation_verify_certificates: true` configuration. \ No newline at end of file |