parent
23d7e63a4a
commit
3b5b64ac99
|
@ -1,3 +1,12 @@
|
||||||
|
Synapse 0.33.3rc2 (2018-08-21)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix bug in v0.33.3rc1 which caused infinite loops and OOMs ([\#3723](https://github.com/matrix-org/synapse/issues/3723))
|
||||||
|
|
||||||
|
|
||||||
Synapse 0.33.3rc1 (2018-08-21)
|
Synapse 0.33.3rc1 (2018-08-21)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix bug in v0.33.3rc1 which caused infinite loops and OOMs
|
|
|
@ -17,4 +17,4 @@
|
||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.33.3rc1"
|
__version__ = "0.33.3rc2"
|
||||||
|
|
Loading…
Reference in New Issue