Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 682431e

Browse files
committed
Merge branch 'master' into develop
2 parents 635f0d9 + d24a148 commit 682431e

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Synapse 1.59.1 (2022-05-18)
2+
===========================
3+
4+
This release fixes a long-standing issue which could prevent Synapse's user directory for updating properly.
5+
6+
Bugfixes
7+
----------------
8+
9+
- Fix a long-standing bug where the user directory background process would fail to make forward progress if a user included a null codepoint in their display name or avatar. Contributed by Nick @ Beeper. ([\#12762](https://github.com/matrix-org/synapse/issues/12762))
10+
11+
112
Synapse 1.59.0 (2022-05-17)
213
===========================
314

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.59.1) stable; urgency=medium
2+
3+
* New Synapse release 1.59.1.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Wed, 18 May 2022 11:41:46 +0100
6+
17
matrix-synapse-py3 (1.59.0) stable; urgency=medium
28

39
* New Synapse release 1.59.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.59.0"
57+
version = "1.59.1"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)