1.141.0rc2
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
# Synapse 1.141.0rc2 (2025-10-28)
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Fix users being unable to log in if their password, or the server's configured pepper, was too long. ([\#19101](https://github.com/element-hq/synapse/issues/19101))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.141.0rc1 (2025-10-21)
|
# Synapse 1.141.0rc1 (2025-10-21)
|
||||||
|
|
||||||
## Deprecation of MacOS Python wheels
|
## Deprecation of MacOS Python wheels
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Fix users being unable to log in if their password, or the server's configured pepper, was too long.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.141.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.141.0rc2.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 28 Oct 2025 10:20:26 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.141.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.141.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.141.0rc1.
|
* New Synapse release 1.141.0rc1.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.141.0rc1"
|
version = "1.141.0rc2"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
||||||
|
|||||||
Reference in New Issue
Block a user