Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
70ca0537
Commit
70ca0537
authored
3 years ago
by
Olivier Wilkinson (reivilibre)
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
a4dce5b5
a91698df
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+20
-2
20 additions, 2 deletions
CHANGES.md
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
27 additions
and
3 deletions
CHANGES.md
+
20
−
2
View file @
70ca0537
Synapse 1.49.0rc1 (2021-12-07)
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
The wiki has been migrated to the documentation website
-------------------------------------------------------
We've decided to move the existing, somewhat stagnant pages from the GitHub wiki
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/).
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,6 +31,9 @@ requests](https://github.com/matrix-org/synapse/pulls). Please visit [#synapse-d
if you need help with the process!
if you need help with the process!
Synapse 1.49.0rc1 (2021-12-07)
==============================
Features
Features
--------
--------
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
70ca0537
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.
...
...
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
70ca0537
...
@@ -47,7 +47,7 @@ try:
...
@@ -47,7 +47,7 @@ try:
except
ImportError
:
except
ImportError
:
pass
pass
__version__
=
"
1.49.0
rc1
"
__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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment