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

Commit 5b70acb

Browse files
committed
1.19.3
1 parent 27c1abc commit 5b70acb

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.19.3 (2020-09-18)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. ([\#8350](https://github.com/matrix-org/synapse/issues/8350))
8+
9+
110
Synapse 1.19.2 (2020-09-16)
211
===========================
312

changelog.d/8350.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 (1.19.3) stable; urgency=medium
2+
3+
* New synapse release 1.19.3.
4+
5+
-- Synapse Packaging team <[email protected]> Fri, 18 Sep 2020 14:59:30 +0100
6+
17
matrix-synapse-py3 (1.19.2) stable; urgency=medium
28

39
* New synapse release 1.19.2.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.19.2"
51+
__version__ = "1.19.3"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)