mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:39:26 -05:00
0.34.1
This commit is contained in:
parent
484867d35d
commit
998f5225c1
@ -1,3 +1,12 @@
|
|||||||
|
Synapse 0.34.1 (2019-01-09)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Add better logging for unexpected errors while sending transactions ([\#4361](https://github.com/matrix-org/synapse/issues/4361), [\#4362](https://github.com/matrix-org/synapse/issues/4362))
|
||||||
|
|
||||||
|
|
||||||
Synapse 0.34.1rc1 (2019-01-08)
|
Synapse 0.34.1rc1 (2019-01-08)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Add better logging for unexpected errors while sending transactions
|
|
@ -1 +0,0 @@
|
|||||||
Add better logging for unexpected errors while sending transactions
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,9 +1,10 @@
|
|||||||
matrix-synapse-py3 (0.34.0.1) UNRELEASED; urgency=medium
|
matrix-synapse-py3 (0.34.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 0.34.1.
|
||||||
* Update Conflicts specifications to allow installation alongside our
|
* Update Conflicts specifications to allow installation alongside our
|
||||||
matrix-synapse transitional package.
|
matrix-synapse transitional package.
|
||||||
|
|
||||||
-- Synapse Packaging team <packages@matrix.org> Wed, 02 Jan 2019 17:48:40 +0000
|
-- Synapse Packaging team <packages@matrix.org> Wed, 09 Jan 2019 14:52:24 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (0.34.0) stable; urgency=medium
|
matrix-synapse-py3 (0.34.0) stable; urgency=medium
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.34.1rc1"
|
__version__ = "0.34.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user