release-v1.19.3 v1.19.3
Andrew Morgan 2020-09-18 15:00:07 +01:00
parent 27c1abc7b8
commit 5b70acb44c
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Synapse 1.19.3 (2020-09-18)
===========================
Bugfixes
--------
- 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))
Synapse 1.19.2 (2020-09-16)
===========================

View File

@ -1 +0,0 @@
Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.19.3) stable; urgency=medium
* New synapse release 1.19.3.
-- Synapse Packaging team <packages@matrix.org> Fri, 18 Sep 2020 14:59:30 +0100
matrix-synapse-py3 (1.19.2) stable; urgency=medium
* New synapse release 1.19.2.

View File

@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.19.2"
__version__ = "1.19.3"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when