Merge branch 'release-v1.15.1' into matrix-org-hotfixes

This commit is contained in:
Brendan Abolivier 2020-06-16 11:29:33 +01:00
commit fea4b1d6ad
5 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,13 @@
Synapse 1.15.1 (2020-06-16)
===========================
Bugfixes
--------
- Fix a bug introduced in v1.15.0 that would crash Synapse on start when using certain password auth providers. ([\#7684](https://github.com/matrix-org/synapse/issues/7684))
- Fix a bug introduced in v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL. ([\#7685](https://github.com/matrix-org/synapse/issues/7685))
Synapse 1.15.0 (2020-06-11)
===========================

View file

@ -1 +0,0 @@
Fix a bug that would crash Synapse on start when using certain password auth providers. Broke in release v1.15.0.

View file

@ -1 +0,0 @@
Fix bug introduced on v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.15.1) stable; urgency=medium
* New synapse release 1.15.1.
-- Synapse Packaging team <packages@matrix.org> Tue, 16 Jun 2020 10:27:50 +0100
matrix-synapse-py3 (1.15.0) stable; urgency=medium
* New synapse release 1.15.0.

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.15.0"
__version__ = "1.15.1"
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