diff --git a/CHANGES.md b/CHANGES.md index 66433441252b721a2dcf5ef2d3d90bdfffc003e9..40df704d688f1f08605e42d009cd18f20ec207f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,16 @@ -# Synapse 1.126.0rc1 (2025-03-04) +# Synapse 1.126.0rc2 (2025-03-05) Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check [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) 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`. +### Internal Changes + +- 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)) + +# Synapse 1.126.0rc1 (2025-03-04) + +Synapse 1.126.0rc1 was not fully released due to an error in CI. ### Features diff --git a/changelog.d/18212.misc b/changelog.d/18212.misc deleted file mode 100644 index 0e8516a3236d7a5ff7abc482ac13ecaa7e48fb34..0000000000000000000000000000000000000000 --- a/changelog.d/18212.misc +++ /dev/null @@ -1 +0,0 @@ -Fix wheel building configuration in CI by installing libatomic1. \ No newline at end of file diff --git a/changelog.d/18213.misc b/changelog.d/18213.misc deleted file mode 100644 index 0e8516a3236d7a5ff7abc482ac13ecaa7e48fb34..0000000000000000000000000000000000000000 --- a/changelog.d/18213.misc +++ /dev/null @@ -1 +0,0 @@ -Fix wheel building configuration in CI by installing libatomic1. \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index d7a39092240b1ddd0e31c8e455825cf752acdd92..b66326d79b4b90499a8caf4a3903b18beb640929 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.126.0~rc2) stable; urgency=medium + + * New Synapse release 1.126.0rc2. + + -- Synapse Packaging team <packages@matrix.org> Wed, 05 Mar 2025 14:29:12 +0000 + matrix-synapse-py3 (1.126.0~rc1) stable; urgency=medium * New Synapse release 1.126.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 80482f469a665859a95dfb09f7d0e04f260a6c3f..f95c8e0e8036ff34afa8e48117d54453732906cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.126.0rc1" +version = "1.126.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later"