0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 12:48:58 +02:00
This commit is contained in:
Richard van der Hoff 2019-01-09 14:53:54 +00:00
parent 484867d35d
commit 998f5225c1
5 changed files with 13 additions and 5 deletions

View file

@ -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)
==============================

View file

@ -1 +0,0 @@
Add better logging for unexpected errors while sending transactions

View file

@ -1 +0,0 @@
Add better logging for unexpected errors while sending transactions

5
debian/changelog vendored
View file

@ -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
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

View file

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "0.34.1rc1"
__version__ = "0.34.1"