mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
68384d96fd
3 changed files with 16 additions and 1 deletions
|
@ -11,6 +11,13 @@ Next version
|
||||||
should update to using the async/await version `complete_sso_login_async` which
|
should update to using the async/await version `complete_sso_login_async` which
|
||||||
includes additional checks. The non-async version is considered deprecated.
|
includes additional checks. The non-async version is considered deprecated.
|
||||||
|
|
||||||
|
|
||||||
|
Synapse 1.12.4 (2020-04-23)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
No significant changes.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.12.4rc1 (2020-04-22)
|
Synapse 1.12.4rc1 (2020-04-22)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,8 +1,16 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium
|
matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Add information about .well-known files to Debian installation scripts.
|
* Add information about .well-known files to Debian installation scripts.
|
||||||
|
|
||||||
-- Patrick Cloke <patrickc@matrix.org> Mon, 06 Apr 2020 10:10:38 -0400
|
-- Patrick Cloke <patrickc@matrix.org> Mon, 06 Apr 2020 10:10:38 -0400
|
||||||
|
=======
|
||||||
|
matrix-synapse-py3 (1.12.4) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.12.4.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Thu, 23 Apr 2020 10:58:14 -0400
|
||||||
|
>>>>>>> master
|
||||||
|
|
||||||
matrix-synapse-py3 (1.12.3) stable; urgency=medium
|
matrix-synapse-py3 (1.12.3) stable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.12.4rc1"
|
__version__ = "1.12.4"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
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
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
|
Loading…
Reference in a new issue