From 05e8a5d298011508e04ecf4b2f73aaa737ed6035 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Wed, 20 Apr 2022 15:30:03 +0100 Subject: 1.57.1 --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 74a5dbf424..63c66af5bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) =========================== -- cgit 1.5.1 From f8f06fc773e6d1dd9674be77d3e6a3665830a33a Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Wed, 20 Apr 2022 15:48:05 +0100 Subject: Clarify changelog entry --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 63c66af5bf..a7d2529b55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,14 +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. +This is a patch release that only affects the Docker image. It is only of interest to administrators using [the LDAP module][LDAPModule] 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. +[LDAPModule]: https://github.com/matrix-org/matrix-synapse-ldap3 + 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)) +- Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. This matches the version that was present in the Docker image for Synapse v1.56.0. ([\#12512](https://github.com/matrix-org/synapse/issues/12512)) Synapse 1.57.0 (2022-04-19) -- cgit 1.5.1