Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Dec 31, 2019
1 parent 92eac97 commit 77661ce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/6608.bugfix

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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

* New synapse release 1.7.2.
Expand Down
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
except ImportError:
pass

__version__ = "1.7.2"
__version__ = "1.7.3"

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
Expand Down

0 comments on commit 77661ce

Please sign in to comment.