2.6.1
This commit is contained in:
parent
3d08ad7123
commit
47a597f3e7
33
CHANGELOG.md
33
CHANGELOG.md
@ -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)
|
||||
=========================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Pin CI to Python 3.11.
|
@ -1 +0,0 @@
|
||||
Inline docker job definition in this repo, and update docker-related action versions.
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user