diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-16 09:00:20 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-16 09:00:20 -0400 |
commit | 44dec6cbc4bdc4ad09bd6548631281b2d5ca3d7b (patch) | |
tree | 9523362d0773b544af3e3ccea20221a4f7476594 /CHANGES.md | |
parent | Merge branch 'master' into develop (diff) | |
parent | 1.20.0rc4 (diff) | |
download | synapse-44dec6cbc4bdc4ad09bd6548631281b2d5ca3d7b.tar.xz |
Merge tag 'v1.20.0rc4' into develop
Synapse 1.20.0rc4 (2020-09-16) ============================== Synapse 1.20.0rc4 is identical to 1.20.0rc3, with the addition of the security fix that was included in 1.19.2.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index dd4d110981..b44248e264 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Synapse 1.20.0rc4 (2020-09-16) +============================== + +Synapse 1.20.0rc4 is identical to 1.20.0rc3, with the addition of the security fix that was included in 1.19.2. + + +Synapse 1.19.2 (2020-09-16) +=========================== + +Due to the issue below server admins are encouraged to upgrade as soon as possible. + +Bugfixes +-------- + +- Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324)) + + Synapse 1.20.0rc3 (2020-09-11) ============================== |