1
0

Merge branch 'release-v1.145' into develop

This commit is contained in:
Devon Hudson
2026-01-08 12:34:13 -07:00
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
# Synapse 1.145.0rc4 (2026-01-08)
No significant changes since 1.145.0rc3.
This RC contains a fix specifically for openSUSE packaging and no other changes.
# Synapse 1.145.0rc3 (2026-01-07)
No significant changes since 1.145.0rc2.

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.145.0~rc4) stable; urgency=medium
* New Synapse release 1.145.0rc4.
-- Synapse Packaging team <packages@matrix.org> Thu, 08 Jan 2026 12:06:35 -0700
matrix-synapse-py3 (1.145.0~rc3) stable; urgency=medium
* New Synapse release 1.145.0rc3.

View File

@@ -1,6 +1,6 @@
[project]
name = "matrix-synapse"
version = "1.145.0rc3"
version = "1.145.0rc4"
description = "Homeserver for the Matrix decentralised comms protocol"
readme = "README.rst"
authors = [
@@ -438,7 +438,9 @@ include = [
{ path = "rust/build.rs", format = "sdist" },
{ path = "rust/src/**", format = "sdist" },
]
exclude = ["synapse/*.so"]
exclude = [
{ path = "synapse/*.so", format = "sdist" },
]
[build-system]
# The upper bounds here are defensive, intended to prevent situations like