1
0
mirror of synced 2025-04-19 11:02:15 +03:00
This commit is contained in:
David Robertson 2023-11-20 20:38:13 +00:00
parent 3d08ad7123
commit 47a597f3e7
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
4 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,36 @@
Sydent 2.6.1 (2023-11-20)
=========================
No significant changes.
Sydent 2.6.1 (2023-11-20)
=========================
No significant changes since 2.6.0; the only changes are to CI config, which should fix
an error in building the Docker image.
As mentioned in the 2.6.0 release notes, Sydent will soon be forked by Element
under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). We expect
this to be the last release of Sydent under the current Apache 2 licence.
You can read more about this here:
- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
- https://element.io/blog/element-to-adopt-agplv3/
The Matrix.org Foundation copy of the project will be archived. Any changes needed
by server administrators will be communicated in Sydent's changelog, but we are
striving to make this as seamless as possible.
Internal Changes
----------------
- Pin CI to Python 3.11. ([\#583](https://github.com/matrix-org/sydent/issues/583))
- Inline docker job definition in this repo, and update docker-related action versions. ([\#584](https://github.com/matrix-org/sydent/issues/584))
Sydent 2.6.0 (2023-11-20)
=========================

View File

@ -1 +0,0 @@
Pin CI to Python 3.11.

View File

@ -1 +0,0 @@
Inline docker job definition in this repo, and update docker-related action versions.

View File

@ -69,7 +69,7 @@ ignore_missing_imports = true
[tool.poetry]
name = "matrix-sydent"
version = "2.6.0"
version = "2.6.1"
description = "Reference Matrix Identity Verification and Lookup Server"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"