This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ Synapse 1.20.1 (2020-09-24)
2+ ===========================
3+
4+ Bugfixes
5+ --------
6+
7+ - Fix a bug introduced in v1.20.0 which caused the ` synapse_port_db ` script to fail. ([ \# 8386] ( https://github.com/matrix-org/synapse/issues/8386 ) )
8+ - Fix URLs being accidentally escaped in Jinja2 templates. Broke in v1.20.0. ([ \# 8394] ( https://github.com/matrix-org/synapse/issues/8394 ) )
9+
10+
111Synapse 1.20.0 (2020-09-22)
212===========================
313
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ matrix-synapse-py3 (1.20.1) stable; urgency=medium
2+
3+ * New synapse release 1.20.1.
4+
5+ -- Synapse Packaging team <
[email protected] > Thu, 24 Sep 2020 16:25:22 +0100
6+
17matrix-synapse-py3 (1.20.0) stable; urgency=medium
28
39 [ Synapse Packaging team ]
Original file line number Diff line number Diff line change 4848except ImportError :
4949 pass
5050
51- __version__ = "1.20.0 "
51+ __version__ = "1.20.1 "
5252
5353if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
5454 # We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments