0.99.5.2
This commit is contained in:
parent
9315802221
commit
c831748f4d
|
@ -1,3 +1,12 @@
|
|||
Synapse 0.99.5.2 (2019-05-30)
|
||||
=============================
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix bug where we leaked extremities when we soft failed events, leading to performance degradation. ([\#5274](https://github.com/matrix-org/synapse/issues/5274), [\#5278](https://github.com/matrix-org/synapse/issues/5278), [\#5291](https://github.com/matrix-org/synapse/issues/5291))
|
||||
|
||||
|
||||
Synapse 0.99.5.1 (2019-05-22)
|
||||
=============================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
|
|
@ -1 +0,0 @@
|
|||
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
|
|
@ -1 +0,0 @@
|
|||
Fix bug where we leaked extremities when we soft failed events, leading to performance degradation.
|
|
@ -1,3 +1,9 @@
|
|||
matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
|
||||
|
||||
* New synapse release 0.99.5.2.
|
||||
|
||||
-- Synapse Packaging team <packages@matrix.org> Thu, 30 May 2019 16:28:07 +0100
|
||||
|
||||
matrix-synapse-py3 (0.99.5.1) stable; urgency=medium
|
||||
|
||||
* New synapse release 0.99.5.1.
|
||||
|
|
|
@ -27,4 +27,4 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
__version__ = "0.99.5.1"
|
||||
__version__ = "0.99.5.2"
|
||||
|
|
Loading…
Reference in New Issue