This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 3 files changed +27
-3
lines changed
3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
- Synapse 1.49.0rc1 (2021-12-07)
2
- ==============================
1
+ Synapse 1.49.0 (2021-12-14)
2
+ ===========================
3
+
4
+ No significant changes since version 1.49.0rc1.
5
+
6
+
7
+ Support for Ubuntu 21.04 ends next month on the 20th of January
8
+ ---------------------------------------------------------------
9
+
10
+ For users of Ubuntu 21.04 (Hirsute Hippo), please be aware that [upstream support for this version of Ubuntu will end next month][Ubuntu2104EOL].
11
+ We will stop producing packages for Ubuntu 21.04 after upstream support ends.
12
+
13
+ [Ubuntu2104EOL]: https://lists.ubuntu.com/archives/ubuntu-announce/2021-December/000275.html
14
+
15
+
16
+ The wiki has been migrated to the documentation website
17
+ -------------------------------------------------------
3
18
4
19
We've decided to move the existing, somewhat stagnant pages from the GitHub wiki
5
20
to the [documentation website](https://matrix-org.github.io/synapse/latest/).
@@ -16,6 +31,9 @@ requests](https://github.com/matrix-org/synapse/pulls). Please visit [#synapse-d
16
31
if you need help with the process!
17
32
18
33
34
+ Synapse 1.49.0rc1 (2021-12-07)
35
+ ==============================
36
+
19
37
Features
20
38
--------
21
39
Original file line number Diff line number Diff line change
1
+ matrix-synapse-py3 (1.49.0) stable; urgency=medium
2
+
3
+ * New synapse release 1.49.0.
4
+
5
+ -- Synapse Packaging team <
[email protected] > Tue, 14 Dec 2021 12:39:46 +0000
6
+
1
7
matrix-synapse-py3 (1.49.0~rc1) stable; urgency=medium
2
8
3
9
* New synapse release 1.49.0~rc1.
Original file line number Diff line number Diff line change 47
47
except ImportError :
48
48
pass
49
49
50
- __version__ = "1.49.0rc1 "
50
+ __version__ = "1.49.0 "
51
51
52
52
if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
53
53
# We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments