mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Merge remote-tracking branch 'origin/master' into release-v1.20.0
This commit is contained in:
commit
ab165994db
3 changed files with 17 additions and 2 deletions
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
||||||
|
Synapse 1.19.2 (2020-09-16)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Due to the issue below server admins are encouraged to upgrade as soon as possible.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- 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)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix fetching events from remote servers that are malformed.
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,9 +1,15 @@
|
||||||
matrix-synapse-py3 (1.19.0ubuntu1) UNRELEASED; urgency=medium
|
matrix-synapse-py3 (1.20.0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Use Type=notify in systemd service
|
* Use Type=notify in systemd service
|
||||||
|
|
||||||
-- Dexter Chua <dec41@srcf.net> Wed, 26 Aug 2020 12:41:36 +0000
|
-- Dexter Chua <dec41@srcf.net> Wed, 26 Aug 2020 12:41:36 +0000
|
||||||
|
|
||||||
|
matrix-synapse-py3 (1.19.2) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.19.2.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Wed, 16 Sep 2020 12:50:30 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.19.1) stable; urgency=medium
|
matrix-synapse-py3 (1.19.1) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.19.1.
|
* New synapse release 1.19.1.
|
||||||
|
|
Loading…
Reference in a new issue