Commit 47a597f David Robertson
committed
1 parent 3d08ad7 commit 47a597f Copy full SHA for 47a597f
File tree 4 files changed +34
-3
lines changed
4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
34
Sydent 2.6.0 (2023-11-20)
2
35
=========================
3
36
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ignore_missing_imports = true
69
69
70
70
[tool .poetry ]
71
71
name = " matrix-sydent"
72
- version = " 2.6.0 "
72
+ version = " 2.6.1 "
73
73
description = " Reference Matrix Identity Verification and Lookup Server"
74
74
authors = [
" Matrix.org Team and Contributors <[email protected] >" ]
75
75
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments