diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-26 12:03:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-26 12:03:29 +0000 |
commit | c6f8e8086cb32ec88ad87a8fa36d9f5eb6f9824d (patch) | |
tree | d7e61fa343748e76b78b13c7cb01583b4f7e986e /CHANGES.md | |
parent | Explicitly upgrade openssl in docker file and enforce new version of cryptogr... (diff) | |
download | synapse-c6f8e8086cb32ec88ad87a8fa36d9f5eb6f9824d.tar.xz |
1.30.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 1bf9514ac2..f371f756de 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,22 @@ +Synapse 1.30.1 (2021-03-26) +=========================== + +This is a security release to ensure that Synapse is running with a +`cryptography` package built against a patched version of OpenSSL. + + +Updates to the Docker image +--------------------------- + +- Ensure that the docker container has up to date versions of openssl. ([\#9697](https://github.com/matrix-org/synapse/issues/9697)) + + +Internal Changes +---------------- + +- Enforce that `cryptography` dependency is up to date to ensure it has the most recent openssl patches. ([\#9697](https://github.com/matrix-org/synapse/issues/9697)) + + Synapse 1.30.0 (2021-03-22) =========================== |