This commit is contained in:
Brendan Abolivier 2019-08-15 12:05:24 +01:00
parent 8cf7fbbce0
commit fb5acd7039
5 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,13 @@
Synapse 1.3.0 (2019-08-15)
==========================
Bugfixes
--------
- Fix 500 Internal Server Error on `publicRooms` when the public room list was
cached. ([\#5851](https://github.com/matrix-org/synapse/issues/5851))
Synapse 1.3.0rc1 (2019-08-13)
==========================

View file

@ -1 +0,0 @@
Remove libsqlite3-dev from required build dependencies.

View file

@ -1,2 +0,0 @@
Fix 500 Internal Server Error on `publicRooms` when the public room list was
cached.

5
debian/changelog vendored
View file

@ -1,4 +1,4 @@
matrix-synapse-py3 (1.3.0) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.3.0) stable; urgency=medium
[ Andrew Morgan ]
* Remove libsqlite3-dev from required build dependencies.
@ -13,8 +13,9 @@ matrix-synapse-py3 (1.2.0) stable; urgency=medium
[ Synapse Packaging team ]
* New synapse release 1.2.0.
* New synapse release 1.3.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 25 Jul 2019 14:10:07 +0100
-- Synapse Packaging team <packages@matrix.org> Thu, 15 Aug 2019 12:04:23 +0100
matrix-synapse-py3 (1.1.0) stable; urgency=medium

View file

@ -35,4 +35,4 @@ try:
except ImportError:
pass
__version__ = "1.3.0rc1"
__version__ = "1.3.0"