mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
1.7.3
This commit is contained in:
parent
92eac974b9
commit
77661ce81a
11
CHANGES.md
11
CHANGES.md
@ -1,3 +1,14 @@
|
|||||||
|
Synapse 1.7.3 (2019-12-31)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
This release fixes a long-standing bug in the state resolution algorithm.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix exceptions caused by state resolution choking on malformed events. ([\#6608](https://github.com/matrix-org/synapse/issues/6608))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.7.2 (2019-12-20)
|
Synapse 1.7.2 (2019-12-20)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Fix exceptions caused by state resolution choking on malformed events.
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.7.3) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.7.3.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 31 Dec 2019 10:45:04 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.7.2) stable; urgency=medium
|
matrix-synapse-py3 (1.7.2) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.7.2.
|
* New synapse release 1.7.2.
|
||||||
|
@ -36,7 +36,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.7.2"
|
__version__ = "1.7.3"
|
||||||
|
|
||||||
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