1
0

Merge branch 'master' of github.com:matrix-org/synapse into matrix-org-hotfixes

This commit is contained in:
Erik Johnston
2019-06-11 17:25:54 +01:00
6 changed files with 28 additions and 4 deletions
+21
View File
@@ -1,3 +1,24 @@
Synapse 1.0.0 (2019-06-11)
==========================
Bugfixes
--------
- Fix bug where attempting to send transactions with large number of EDUs can fail. ([\#5418](https://github.com/matrix-org/synapse/issues/5418))
Improved Documentation
----------------------
- Expand the federation guide to include relevant content from the MSC1711 FAQ ([\#5419](https://github.com/matrix-org/synapse/issues/5419))
Internal Changes
----------------
- Move password reset links to /_matrix/client/unstable namespace. ([\#5424](https://github.com/matrix-org/synapse/issues/5424))
Synapse 1.0.0rc3 (2019-06-10)
=============================
-1
View File
@@ -1 +0,0 @@
Fix bug where attempting to send transactions with large number of EDUs can fail.
-1
View File
@@ -1 +0,0 @@
Expand the federation guide to include relevant content from the MSC1711 FAQ
-1
View File
@@ -1 +0,0 @@
Move password reset links to /_matrix/client/unstable namespace.
+6
View File
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.0.0) stable; urgency=medium
* New synapse release 1.0.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 11 Jun 2019 17:09:53 +0100
matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
* New synapse release 0.99.5.2.
+1 -1
View File
@@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "1.0.0rc3"
__version__ = "1.0.0"