Skip to content

Commit 350e84a

Browse files
committed
1.126.0rc2
1 parent 69aceef commit 350e84a

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGES.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Synapse 1.126.0rc1 (2025-03-04)
1+
# Synapse 1.126.0rc2 (2025-03-05)
22

33
Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check
44
[the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/release-v1.126/docs/upgrade.md#change-of-signing-key-expiry-date-for-the-debianubuntu-package-repository)
55
as we have recently updated the expiry date on the repository's GPG signing key. The old version of the key will expire on `2025-03-15`.
66

7+
### Internal Changes
8+
9+
- Fix wheel building configuration in CI by installing libatomic1. ([\#18212](https://github.com/element-hq/synapse/issues/18212), [\#18213](https://github.com/element-hq/synapse/issues/18213))
10+
11+
# Synapse 1.126.0rc1 (2025-03-04)
12+
13+
Synapse 1.126.0rc1 was not fully released due to an error in CI.
714

815
### Features
916

changelog.d/18212.misc

-1
This file was deleted.

changelog.d/18213.misc

-1
This file was deleted.

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.126.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.126.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 05 Mar 2025 14:29:12 +0000
6+
17
matrix-synapse-py3 (1.126.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.126.0rc1.

pyproject.toml

+1-1
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.126.0rc1"
100+
version = "1.126.0rc2"
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)