Skip to content
Snippets Groups Projects
Commit 74fb7292 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

1.3.1

parent 412c6e21
Branches
Tags
No related merge requests found
Synapse 1.3.1 (2019-08-17)
==========================
Features
--------
- Drop hard dependency on `sdnotify` python package. ([\#5871](https://github.com/matrix-org/synapse/issues/5871))
Bugfixes
--------
- Fix startup issue (hang on ACME provisioning) due to ordering of Twisted reactor startup. Thanks to @chrismoos for supplying the fix. ([\#5867](https://github.com/matrix-org/synapse/issues/5867))
Synapse 1.3.0 (2019-08-15) Synapse 1.3.0 (2019-08-15)
========================== ==========================
......
Fix startup issue (hang on ACME provisioning) due to ordering of Twisted reactor startup. Thanks to @chrismoos for supplying the fix.
\ No newline at end of file
Drop hard dependency on `sdnotify` python package.
\ No newline at end of file
matrix-synapse-py3 (1.3.1) stable; urgency=medium
* New synapse release 1.3.1.
-- Synapse Packaging team <packages@matrix.org> Sat, 17 Aug 2019 09:15:49 +0100
matrix-synapse-py3 (1.3.0) stable; urgency=medium matrix-synapse-py3 (1.3.0) stable; urgency=medium
[ Andrew Morgan ] [ Andrew Morgan ]
* Remove libsqlite3-dev from required build dependencies. * Remove libsqlite3-dev from required build dependencies.
[ Synapse Packaging team ]
* New synapse release 1.3.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 15 Aug 2019 12:04:23 +0100
matrix-synapse-py3 (1.2.0) stable; urgency=medium matrix-synapse-py3 (1.2.0) stable; urgency=medium
[ Amber Brown ] [ Amber Brown ]
...@@ -13,9 +24,8 @@ matrix-synapse-py3 (1.2.0) stable; urgency=medium ...@@ -13,9 +24,8 @@ matrix-synapse-py3 (1.2.0) stable; urgency=medium
[ Synapse Packaging team ] [ Synapse Packaging team ]
* New synapse release 1.2.0. * New synapse release 1.2.0.
* New synapse release 1.3.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 15 Aug 2019 12:04:23 +0100 -- Synapse Packaging team <packages@matrix.org> Thu, 25 Jul 2019 14:10:07 +0100
matrix-synapse-py3 (1.1.0) stable; urgency=medium matrix-synapse-py3 (1.1.0) stable; urgency=medium
......
...@@ -35,4 +35,4 @@ try: ...@@ -35,4 +35,4 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.3.0" __version__ = "1.3.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment