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

Commit 0b25363

Browse files
committed
Merge commit 'eadfda3eb' into anoa/dinsic_release_1_21_x
* commit 'eadfda3eb': 1.19.1
2 parents b7bb088 + eadfda3 commit 0b25363

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

CHANGES.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
For the next release
2-
====================
3-
4-
Removal warning
5-
---------------
1+
Synapse 1.19.1 (2020-08-27)
2+
===========================
63

7-
Some older clients used a
8-
[disallowed character](https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-register-email-requesttoken)
9-
(`:`) in the `client_secret` parameter of various endpoints. The incorrect
10-
behaviour was allowed for backwards compatibility, but is now being removed
11-
from Synapse as most users have updated their client. Further context can be
12-
found at [\#6766](https://github.com/matrix-org/synapse/issues/6766).
4+
No significant changes.
135

146

157
Synapse 1.19.1rc1 (2020-08-25)

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.1) stable; urgency=medium
2+
3+
* New synapse release 1.19.1.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 27 Aug 2020 10:50:19 +0100
6+
17
matrix-synapse-py3 (1.19.0) stable; urgency=medium
28

39
[ Synapse Packaging team ]

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