Skip to content

Commit 47a597f

Browse files
author
David Robertson
committed
2.6.1
1 parent 3d08ad7 commit 47a597f

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Sydent 2.6.1 (2023-11-20)
2+
=========================
3+
4+
No significant changes.
5+
6+
7+
Sydent 2.6.1 (2023-11-20)
8+
=========================
9+
10+
No significant changes since 2.6.0; the only changes are to CI config, which should fix
11+
an error in building the Docker image.
12+
13+
As mentioned in the 2.6.0 release notes, Sydent will soon be forked by Element
14+
under an AGPLv3.0 licence (with CLA, for proprietary dual licensing). We expect
15+
this to be the last release of Sydent under the current Apache 2 licence.
16+
17+
You can read more about this here:
18+
19+
- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
20+
- https://element.io/blog/element-to-adopt-agplv3/
21+
22+
The Matrix.org Foundation copy of the project will be archived. Any changes needed
23+
by server administrators will be communicated in Sydent's changelog, but we are
24+
striving to make this as seamless as possible.
25+
26+
27+
Internal Changes
28+
----------------
29+
30+
- Pin CI to Python 3.11. ([\#583](https://github.com/matrix-org/sydent/issues/583))
31+
- Inline docker job definition in this repo, and update docker-related action versions. ([\#584](https://github.com/matrix-org/sydent/issues/584))
32+
33+
134
Sydent 2.6.0 (2023-11-20)
235
=========================
336

changelog.d/583.misc

-1
This file was deleted.

changelog.d/584.misc

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ignore_missing_imports = true
6969

7070
[tool.poetry]
7171
name = "matrix-sydent"
72-
version = "2.6.0"
72+
version = "2.6.1"
7373
description = "Reference Matrix Identity Verification and Lookup Server"
7474
authors = ["Matrix.org Team and Contributors <[email protected]>"]
7575
license = "Apache-2.0"

0 commit comments

Comments
 (0)