Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c831748

Browse files
committed
0.99.5.2
1 parent 9315802 commit c831748

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 0.99.5.2 (2019-05-30)
2+
=============================
3+
4+
Bugfixes
5+
--------
6+
7+
- 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))
8+
9+
110
Synapse 0.99.5.1 (2019-05-22)
211
=============================
312

changelog.d/5274.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5278.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5291.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
2+
3+
* New synapse release 0.99.5.2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 30 May 2019 16:28:07 +0100
6+
17
matrix-synapse-py3 (0.99.5.1) stable; urgency=medium
28

39
* New synapse release 0.99.5.1.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
except ImportError:
2828
pass
2929

30-
__version__ = "0.99.5.1"
30+
__version__ = "0.99.5.2"

0 commit comments

Comments
 (0)