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

Commit b76337f

Browse files
author
David Robertson
committed
Merge branch 'master' into develop
2 parents 0d86f63 + 077b749 commit b76337f

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Diff for: CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.47.0 (2021-11-17)
2+
===========================
3+
4+
No significant changes since 1.47.0rc3.
5+
6+
17
Synapse 1.47.0rc3 (2021-11-16)
28
==============================
39

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.47.0) stable; urgency=medium
2+
3+
* New synapse release 1.47.0.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 17 Nov 2021 13:09:43 +0000
6+
17
matrix-synapse-py3 (1.47.0~rc3) stable; urgency=medium
28

39
* New synapse release 1.47.0~rc3.

Diff for: docs/password_auth_providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h2 style="color:red">
22
This page of the Synapse documentation is now deprecated. For up to date
33
documentation on setting up or writing a password auth provider module, please see
4-
<a href="modules.md">this page</a>.
4+
<a href="modules/index.md">this page</a>.
55
</h2>
66

77
# Password auth provider modules

Diff for: docs/turn-howto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Here are a few things to try:
220220
anyone who has successfully set this up.
221221

222222
* Check that you have opened your firewall to allow TCP and UDP traffic to the
223-
TURN ports (normally 3478 and 5479).
223+
TURN ports (normally 3478 and 5349).
224224

225225
* Check that you have opened your firewall to allow UDP traffic to the UDP
226226
relay ports (49152-65535 by default).

Diff for: 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.47.0rc3"
50+
__version__ = "1.47.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)