Skip to content

Commit feafd98

Browse files
committed
1.5.1
1 parent 81d49cb commit feafd98

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.5.1 (2019-11-06)
2+
==========================
3+
4+
Features
5+
--------
6+
7+
- Limit the length of data returned by url previews, to prevent DoS attacks. ([\#6331](https://github.com/matrix-org/synapse/issues/6331), [\#6334](https://github.com/matrix-org/synapse/issues/6334))
8+
9+
110
Synapse 1.5.0 (2019-10-29)
211
==========================
312

changelog.d/6331.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/6334.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.5.1) stable; urgency=medium
2+
3+
* New synapse release 1.5.1.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 06 Nov 2019 10:02:14 +0000
6+
17
matrix-synapse-py3 (1.5.0) stable; urgency=medium
28

39
* New synapse release 1.5.0.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
except ImportError:
3737
pass
3838

39-
__version__ = "1.5.0"
39+
__version__ = "1.5.1"
4040

4141
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
4242
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)