mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1.30.1
This commit is contained in:
parent
12d6184713
commit
c6f8e8086c
19
CHANGES.md
19
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)
|
Synapse 1.30.0 (2021-03-22)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Ensure that the docker container has up to date versions of openssl.
|
|
@ -1 +0,0 @@
|
|||||||
Enforce that `cryptography` dependency is up to date to ensure it has the most recent openssl patches.
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.30.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.30.1.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Fri, 26 Mar 2021 12:01:28 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.30.0) stable; urgency=medium
|
matrix-synapse-py3 (1.30.0) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.30.0.
|
* New synapse release 1.30.0.
|
||||||
|
@ -48,7 +48,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.30.0"
|
__version__ = "1.30.1"
|
||||||
|
|
||||||
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 New Issue
Block a user