0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 20:48:20 +02:00

Bump version and changelog to v0.18.6-rc3

This commit is contained in:
Mark Haines 2017-01-05 13:36:10 +00:00
parent 7738329672
commit 62451800e7
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
Changes in synapse v0.18.6-rc3 (2017-01-05)
===========================================
Bug fixes:
* Fix bug where we failed to send ban events to the banned server (PR #1758)
* Fix bug where we sent event that didn't originate on this server to
other servers (PR #1764)
* Fix bug where processing an event from a remote server took a long time
because we were making long HTTP requests (PR #1765, PR #1744)
Changes:
* Improve logging for debugging deadlocks (PR #1766)
Changes in synapse v0.18.6-rc2 (2016-12-30)
===========================================

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.18.6-rc2"
__version__ = "0.18.6-rc3"