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

Commit 5ffd68d

Browse files
committed
1.19.2
1 parent f1c9ded commit 5ffd68d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Synapse 1.19.2 (2020-09-16)
2+
===========================
3+
4+
Due to the issue below server admins are encouraged to upgrade as soon as possible.
5+
6+
Bugfixes
7+
--------
8+
9+
- Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324))
10+
11+
112
Synapse 1.19.1 (2020-08-27)
213
===========================
314

changelog.d/8324.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.2) stable; urgency=medium
2+
3+
* New synapse release 1.19.2.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 16 Sep 2020 12:50:30 +0100
6+
17
matrix-synapse-py3 (1.19.1) stable; urgency=medium
28

39
* New synapse release 1.19.1.

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.1"
51+
__version__ = "1.19.2"
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)