Skip to content

Commit 6f689d4

Browse files
committed
1.120.2
1 parent 650492e commit 6f689d4

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Synapse 1.120.2 (2024-12-03)
2+
3+
This version has building of wheels for macOS disabled.
4+
It is functionally identical to 1.120.1, which contains multiple security fixes.
5+
If you are already using 1.120.1, there is no need to upgrade to this version.
6+
7+
8+
19
# Synapse 1.120.1 (2024-12-03)
210

311
This patch release fixes multiple security vulnerabilities, some affecting all prior versions of Synapse. Server administrators are encouraged to update Synapse as soon as possible. We are not aware of these vulnerabilities being exploited in the wild.

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.120.2) stable; urgency=medium
2+
3+
* New synapse release 1.120.2.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 03 Dec 2024 15:43:37 +0000
6+
17
matrix-synapse-py3 (1.120.1) stable; urgency=medium
28

39
* New synapse release 1.120.1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.120.1"
100+
version = "1.120.2"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)