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

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Dec 20, 2019
1 parent 4caab0e commit 29794c6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Synapse 1.7.2 (2019-12-20)
==========================

This release fixes some regressions introduced in Synapse 1.7.0 and 1.7.1.

Bugfixes
--------

- Fix a regression introduced in Synapse 1.7.1 which caused errors when attempting to backfill rooms over federation. ([\#6576](https://github.com/matrix-org/synapse/issues/6576))
- Fix a bug introduced in Synapse 1.7.0 which caused an error on startup when upgrading from versions before 1.3.0. ([\#6578](https://github.com/matrix-org/synapse/issues/6578))


Synapse 1.7.1 (2019-12-18)
==========================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6578.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.2) stable; urgency=medium

* New synapse release 1.7.2.

-- Synapse Packaging team <[email protected]> Fri, 20 Dec 2019 10:56:50 +0000

matrix-synapse-py3 (1.7.1) stable; urgency=medium

* New synapse release 1.7.1.
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.1"
__version__ = "1.7.2"

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 29794c6

Please sign in to comment.