From 9f3c7e85a478f1c879b894bed67a3365b57540d8 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 14 Dec 2021 12:56:14 +0000 Subject: [PATCH 1/2] 1.49.0 --- CHANGES.md | 11 +++++++++++ debian/changelog | 6 ++++++ synapse/__init__.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 72e8d64cf..fa03b2531 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Synapse 1.49.0 (2021-12-14) +=========================== + +No significant changes since version 1.49.0rc1. + +For users of Ubuntu 21.04 (Hirsute Hippo), please be aware that [upstream support for this version of Ubuntu will end next month][Ubuntu2104EOL]. +We will stop producing packages for Ubuntu 21.04 after upstream support ends. + +[Ubuntu2104EOL]: https://lists.ubuntu.com/archives/ubuntu-announce/2021-December/000275.html + + Synapse 1.49.0rc1 (2021-12-07) ============================== diff --git a/debian/changelog b/debian/changelog index acc9f6049..794d8efa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.49.0) stable; urgency=medium + + * New synapse release 1.49.0. + + -- Synapse Packaging team Tue, 14 Dec 2021 12:39:46 +0000 + matrix-synapse-py3 (1.49.0~rc1) stable; urgency=medium * New synapse release 1.49.0~rc1. diff --git a/synapse/__init__.py b/synapse/__init__.py index 6369f18a5..d44a03a2c 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.49.0rc1" +__version__ = "1.49.0" if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)): # We import here so that we don't have to install a bunch of deps when From 92906e1b603ec7186775d9b1d20207862098d5d4 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Tue, 14 Dec 2021 13:00:46 +0000 Subject: [PATCH 2/2] Restructure changelog --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fa03b2531..58217e655 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,14 +3,18 @@ Synapse 1.49.0 (2021-12-14) No significant changes since version 1.49.0rc1. + +Support for Ubuntu 21.04 ends next month on the 20th of January +--------------------------------------------------------------- + For users of Ubuntu 21.04 (Hirsute Hippo), please be aware that [upstream support for this version of Ubuntu will end next month][Ubuntu2104EOL]. We will stop producing packages for Ubuntu 21.04 after upstream support ends. [Ubuntu2104EOL]: https://lists.ubuntu.com/archives/ubuntu-announce/2021-December/000275.html -Synapse 1.49.0rc1 (2021-12-07) -============================== +The wiki has been migrated to the documentation website +------------------------------------------------------- We've decided to move the existing, somewhat stagnant pages from the GitHub wiki to the [documentation website](https://matrix-org.github.io/synapse/latest/). @@ -27,6 +31,9 @@ requests](https://github.com/matrix-org/synapse/pulls). Please visit [#synapse-d if you need help with the process! +Synapse 1.49.0rc1 (2021-12-07) +============================== + Features --------