mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1.20.0rc4
This commit is contained in:
parent
ab165994db
commit
7141057e85
@ -1,3 +1,9 @@
|
|||||||
|
Synapse 1.20.0rc4 (2020-09-16)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Synapse 1.20.0rc4 is identical to 1.20.0rc3, with the addition of the security fix that was included in 1.19.2.
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.19.2 (2020-09-16)
|
Synapse 1.19.2 (2020-09-16)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
@ -8,6 +14,7 @@ Bugfixes
|
|||||||
|
|
||||||
- Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324))
|
- Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.20.0rc3 (2020-09-11)
|
Synapse 1.20.0rc3 (2020-09-11)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.20.0rc3"
|
__version__ = "1.20.0rc4"
|
||||||
|
|
||||||
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