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

Commit 66d34af

Browse files
committed
Merge commit '7141057e8' into anoa/dinsic_release_1_21_x
* commit '7141057e8': 1.20.0rc4 Clarify changelog.
2 parents 696d4ff + 7141057 commit 66d34af

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.20.0rc4 (2020-09-16)
2+
==============================
3+
4+
Synapse 1.20.0rc4 is identical to 1.20.0rc3, with the addition of the security fix that was included in 1.19.2.
5+
6+
17
Synapse 1.19.2 (2020-09-16)
28
===========================
39

@@ -15,7 +21,7 @@ Synapse 1.20.0rc3 (2020-09-11)
1521
Bugfixes
1622
--------
1723

18-
- Fix a bug introduced in v1.20.0rc1 that the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291))
24+
- Fix a bug introduced in v1.20.0rc1 where the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291))
1925

2026

2127
Synapse 1.20.0rc2 (2020-09-09)

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.20.0ubuntu1) UNRELEASED; urgency=medium
2+
3+
* Use Type=notify in systemd service
4+
5+
-- Dexter Chua <[email protected]> Wed, 26 Aug 2020 12:41:36 +0000
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.20.0rc4"
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)