mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
1.49.0
This commit is contained in:
parent
26b5d2320f
commit
9f3c7e85a4
11
CHANGES.md
11
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)
|
Synapse 1.49.0rc1 (2021-12-07)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.49.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.49.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 14 Dec 2021 12:39:46 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.49.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.49.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.49.0~rc1.
|
* New synapse release 1.49.0~rc1.
|
||||||
|
@ -47,7 +47,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.49.0rc1"
|
__version__ = "1.49.0"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
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
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
Loading…
Reference in New Issue
Block a user