mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Bump version and changelog to v0.18.6-rc3
This commit is contained in:
parent
7738329672
commit
62451800e7
15
CHANGES.rst
15
CHANGES.rst
@ -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)
|
Changes in synapse v0.18.6-rc2 (2016-12-30)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.18.6-rc2"
|
__version__ = "0.18.6-rc3"
|
||||||
|
Loading…
Reference in New Issue
Block a user