0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 19:13:44 +02:00
This commit is contained in:
Olivier Wilkinson (reivilibre) 2023-05-23 10:57:39 +01:00
parent b6a7d49b6f
commit 11ff4884e7
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Synapse 1.84.0 (2023-05-23)
===========================
Bugfixes
--------
- Print full error and stack-trace of any exception that occurs during startup/initialization. ([\#15599](https://github.com/matrix-org/synapse/issues/15599))
Synapse 1.84.0rc1 (2023-05-16)
==============================

View file

@ -1 +0,0 @@
Print full error and stack-trace of any exception that occurs during startup/initialization.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.84.0) stable; urgency=medium
* New Synapse release 1.84.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 23 May 2023 10:57:22 +0100
matrix-synapse-py3 (1.84.0~rc1) stable; urgency=medium
* New Synapse release 1.84.0rc1.

View file

@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
version = "1.84.0rc1"
version = "1.84.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"