Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 70ca053

Browse files
committed
Merge branch 'master' into develop
2 parents a4dce5b + a91698d commit 70ca053

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGES.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
-------------------------------------------------------
318

419
We've decided to move the existing, somewhat stagnant pages from the GitHub wiki
520
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
1631
if you need help with the process!
1732

1833

34+
Synapse 1.49.0rc1 (2021-12-07)
35+
==============================
36+
1937
Features
2038
--------
2139

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
matrix-synapse-py3 (1.49.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.49.0~rc1.

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.49.0rc1"
50+
__version__ = "1.49.0"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)