summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index c1a8dd7613..da42327903 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,3 +1,20 @@ +Changes in synapse v0.18.7-rc1 (2017-01-06) +=========================================== + +Bug fixes: + +* Fix error in #PR 1764 to actually fix the nightmare #1753 bug. +* Improve deadlock logging further +* Discard inbound federation traffic from invalid domains, to immunise + against #1753 + +Changes in synapse v0.18.6 (2017-01-06) +======================================= + +Bug fixes: + +* Fix bug when checking if a guest user is allowed to join a room (PR #1772) + Changes in synapse v0.18.6-rc3 (2017-01-05) ===========================================