prepare v0.33.2.1

This commit is contained in:
Richard van der Hoff 2018-09-05 17:03:49 +01:00
parent a5a0bf5cf7
commit 42044c1a5c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Synapse 0.33.2.1 (2018-09-06)
=============================
SECURITY FIXES
--------------
- Fix an issue where event signatures were not always correctly validated ([\#3796](https://github.com/matrix-org/synapse/issues/3796))
- Fix an issue where server_acls could be circumvented for incoming events ([\#3796](https://github.com/matrix-org/synapse/issues/3796))
Synapse 0.33.2 (2018-08-09)
===========================

View File

@ -17,4 +17,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.33.2"
__version__ = "0.33.2.1"