summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-10 18:33:55 +0100
committerErik Johnston <erik@matrix.org>2019-06-10 18:33:55 +0100
commitabce00fc6a722884d68aa56081b0e86a3c667b00 (patch)
tree8a116e98cc94acb1e0393f0ecd8d63ca2c6893f7 /CHANGES.md
parentMerge pull request #5415 from matrix-org/erikj/fix_null_valid_until_ms (diff)
parent1.0.0rc2 (diff)
downloadsynapse-abce00fc6a722884d68aa56081b0e86a3c667b00.tar.xz
Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4dea0f6319..523cdb1153 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,14 @@
+Synapse 1.0.0rc2 (2019-06-10)
+=============================
+
+Bugfixes
+--------
+
+- Remove redundant warning about key server response validation. ([\#5392](https://github.com/matrix-org/synapse/issues/5392))
+- Fix bug where old keys stored in the database with a null valid until timestamp caused all verification requests for that key to fail. ([\#5415](https://github.com/matrix-org/synapse/issues/5415))
+- Fix excessive memory using with default `federation_verify_certificates: true` configuration. ([\#5417](https://github.com/matrix-org/synapse/issues/5417))
+
+
 Synapse 1.0.0rc1 (2019-06-07)
 =============================