0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 04:38:55 +02:00
This commit is contained in:
Olivier Wilkinson (reivilibre) 2022-04-20 15:30:03 +01:00
parent 3e2e76ca15
commit 05e8a5d298
5 changed files with 21 additions and 3 deletions

View file

@ -1,3 +1,16 @@
Synapse 1.57.1 (2022-04-20)
===========================
This is a patch release that only affects the Docker image. It is only of interest to administrators using the LDAP module to authenticate their users.
If you have already upgraded to Synapse 1.57.0 without problem, then you have no need to upgrade to this patch release.
Updates to the Docker image
---------------------------
- Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. ([\#12512](https://github.com/matrix-org/synapse/issues/12512))
Synapse 1.57.0 (2022-04-19)
===========================

View file

@ -1 +0,0 @@
Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.57.1) stable; urgency=medium
* New synapse release 1.57.1.
-- Synapse Packaging team <packages@matrix.org> Wed, 20 Apr 2022 15:27:21 +0100
matrix-synapse-py3 (1.57.0) stable; urgency=medium
* New synapse release 1.57.0.

View file

@ -54,7 +54,7 @@ skip_gitignore = true
[tool.poetry]
name = "matrix-synapse"
version = "1.57.0"
version = "1.57.1"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"

View file

@ -68,7 +68,7 @@ try:
except ImportError:
pass
__version__ = "1.57.0"
__version__ = "1.57.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