From c30157b3cbc68c15f4367b20b6324b40fa421bdc Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 11 Mar 2025 13:11:45 +0000 Subject: [PATCH 1/2] 1.126.0 --- CHANGES.md | 7 +++++++ debian/changelog | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8d1ba899e7..7ed24a0559 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.126.0 (2025-03-11) + +No significant changes since 1.126.0rc3. + + + + # Synapse 1.126.0rc3 (2025-03-07) ### Bugfixes diff --git a/debian/changelog b/debian/changelog index 8104933cf1..69d19fa048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.126.0) stable; urgency=medium + + * New Synapse release 1.126.0. + + -- Synapse Packaging team Tue, 11 Mar 2025 13:11:29 +0000 + matrix-synapse-py3 (1.126.0~rc3) stable; urgency=medium * New Synapse release 1.126.0rc3. diff --git a/pyproject.toml b/pyproject.toml index 7db8fa08ad..27a4da7e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.126.0rc3" +version = "1.126.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later" From 5064f35958a92bf4678af70ccb9d2762cab543f1 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 11 Mar 2025 13:15:44 +0000 Subject: [PATCH 2/2] Move debian signing key expiry notice to top of 1.126.0 notes --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7ed24a0559..1cb3e7da13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,7 @@ # Synapse 1.126.0 (2025-03-11) +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`. No significant changes since 1.126.0rc3. @@ -16,9 +19,6 @@ No significant changes since 1.126.0rc3. # 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