From 20ffaa72098708b125801402c5258f7cc6163c5b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 11 May 2020 14:54:38 +0100 Subject: 1.13.0rc1 --- synapse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/__init__.py') diff --git a/synapse/__init__.py b/synapse/__init__.py index d8d340f426..6cd16a820b 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.12.4" +__version__ = "1.13.0rc1" 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 -- cgit 1.5.1 From 623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 14 May 2020 11:01:24 +0100 Subject: 1.13.0rc2 --- CHANGES.md | 16 ++++++++++++++++ changelog.d/7376.bugfix | 1 - changelog.d/7470.misc | 1 - changelog.d/7483.bugfix | 1 - synapse/__init__.py | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/7376.bugfix delete mode 100644 changelog.d/7470.misc delete mode 100644 changelog.d/7483.bugfix (limited to 'synapse/__init__.py') diff --git a/CHANGES.md b/CHANGES.md index f516dcf0d0..70e11c8a66 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +Synapse 1.13.0rc2 (2020-05-14) +============================== + +Bugfixes +-------- + +- Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. ([\#7376](https://github.com/matrix-org/synapse/issues/7376)) +- Restore compatibility with non-compliant clients during the user interactive authentication process. ([\#7483](https://github.com/matrix-org/synapse/issues/7483)) + + +Internal Changes +---------------- + +- Fix linting errors in new version of Flake8. ([\#7470](https://github.com/matrix-org/synapse/issues/7470)) + + Synapse 1.13.0rc1 (2020-05-11) ============================== diff --git a/changelog.d/7376.bugfix b/changelog.d/7376.bugfix deleted file mode 100644 index b7b67e328e..0000000000 --- a/changelog.d/7376.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. diff --git a/changelog.d/7470.misc b/changelog.d/7470.misc deleted file mode 100644 index 45e66ecf48..0000000000 --- a/changelog.d/7470.misc +++ /dev/null @@ -1 +0,0 @@ -Fix linting errors in new version of Flake8. diff --git a/changelog.d/7483.bugfix b/changelog.d/7483.bugfix deleted file mode 100644 index e1bc324617..0000000000 --- a/changelog.d/7483.bugfix +++ /dev/null @@ -1 +0,0 @@ -Restore compatibility with non-compliant clients during the user interactive authentication process. diff --git a/synapse/__init__.py b/synapse/__init__.py index 6cd16a820b..977e26a048 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc1" +__version__ = "1.13.0rc2" 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 -- cgit 1.5.1 From 3c8a57f080a66a3d4d146adf7020c18b397bcf6c Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 18 May 2020 10:58:51 -0400 Subject: 1.13.0rc3 --- CHANGES.md | 9 +++++++++ changelog.d/7523.bugfix | 1 - synapse/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/7523.bugfix (limited to 'synapse/__init__.py') diff --git a/CHANGES.md b/CHANGES.md index 7dbe072fed..45008995e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.13.0rc3 (2020-05-18) +============================== + +Bugfixes +-------- + +- Hash passwords as early as possible during registration. ([\#7523](https://github.com/matrix-org/synapse/issues/7523)) + + Synapse 1.13.0rc2 (2020-05-14) ============================== diff --git a/changelog.d/7523.bugfix b/changelog.d/7523.bugfix deleted file mode 100644 index 552dae39f0..0000000000 --- a/changelog.d/7523.bugfix +++ /dev/null @@ -1 +0,0 @@ -Hash passwords as early as possible during registration. diff --git a/synapse/__init__.py b/synapse/__init__.py index 977e26a048..6b26c5e87e 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc2" +__version__ = "1.13.0rc3" 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 -- cgit 1.5.1 From ac3264bf1ec8815cde14d77a62caad373c280ef1 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 19 May 2020 09:19:09 -0400 Subject: 1.13.0 --- CHANGES.md | 9 +++++++++ changelog.d/7526.misc | 1 - debian/changelog | 8 ++++++-- synapse/__init__.py | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/7526.misc (limited to 'synapse/__init__.py') diff --git a/CHANGES.md b/CHANGES.md index 45008995e5..04a3e525e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.13.0 (2020-05-19) +=========================== + +Internal Changes +---------------- + +- Update the version of dh-virtualenv we use to build debs, and add focal to the list of target distributions. ([\#7526](https://github.com/matrix-org/synapse/issues/7526)) + + Synapse 1.13.0rc3 (2020-05-18) ============================== diff --git a/changelog.d/7526.misc b/changelog.d/7526.misc deleted file mode 100644 index c739312c4c..0000000000 --- a/changelog.d/7526.misc +++ /dev/null @@ -1 +0,0 @@ -Update the version of dh-virtualenv we use to build debs, and add focal to the list of target distributions. diff --git a/debian/changelog b/debian/changelog index 2db94ee609..e7842d4174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium +matrix-synapse-py3 (1.13.0) stable; urgency=medium + [ Patrick Cloke ] * Add information about .well-known files to Debian installation scripts. - -- Patrick Cloke Mon, 06 Apr 2020 10:10:38 -0400 + [ Synapse Packaging team ] + * New synapse release 1.13.0. + + -- Synapse Packaging team Tue, 19 May 2020 09:16:56 -0400 matrix-synapse-py3 (1.12.4) stable; urgency=medium diff --git a/synapse/__init__.py b/synapse/__init__.py index 6b26c5e87e..0abf491172 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc3" +__version__ = "1.13.0" 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 -- cgit 1.5.1