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
Container Registry
Model registry
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
Maunium
synapse
Commits
68384d96
Commit
68384d96
authored
4 years ago
by
Patrick Cloke
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
2e3b9a0f
204664d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+7
-0
7 additions, 0 deletions
CHANGES.md
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
16 additions
and
1 deletion
CHANGES.md
+
7
−
0
View file @
68384d96
...
@@ -11,6 +11,13 @@ Next version
...
@@ -11,6 +11,13 @@ Next version
should update to using the async/await version
`complete_sso_login_async`
which
should update to using the async/await version
`complete_sso_login_async`
which
includes additional checks. The non-async version is considered deprecated.
includes additional checks. The non-async version is considered deprecated.
Synapse 1.12.4 (2020-04-23)
===========================
No significant changes.
Synapse 1.12.4rc1 (2020-04-22)
Synapse 1.12.4rc1 (2020-04-22)
==============================
==============================
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
8
−
0
View file @
68384d96
<<<<<<< HEAD
matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium
* Add information about .well-known files to Debian installation scripts.
* Add information about .well-known files to Debian installation scripts.
-- Patrick Cloke <patrickc@matrix.org> Mon, 06 Apr 2020 10:10:38 -0400
-- Patrick Cloke <patrickc@matrix.org> Mon, 06 Apr 2020 10:10:38 -0400
=======
matrix-synapse-py3 (1.12.4) stable; urgency=medium
* New synapse release 1.12.4.
-- Synapse Packaging team <packages@matrix.org> Thu, 23 Apr 2020 10:58:14 -0400
>>>>>>> master
matrix-synapse-py3 (1.12.3) stable; urgency=medium
matrix-synapse-py3 (1.12.3) stable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
68384d96
...
@@ -36,7 +36,7 @@ try:
...
@@ -36,7 +36,7 @@ try:
except
ImportError
:
except
ImportError
:
pass
pass
__version__
=
"
1.12.4
rc1
"
__version__
=
"
1.12.4
"
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