diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-06-14 16:35:33 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-06-14 16:35:33 +0100 |
commit | 53969e196004659c6a9f138f5d8abd86f4957d74 (patch) | |
tree | 321c7b3feae12392ae8fbc0b88aa237f93de8cf7 /CHANGES.rst | |
parent | Merge tag 'v0.31.1' (diff) | |
parent | link to spec proposal from changelog (diff) | |
download | synapse-53969e196004659c6a9f138f5d8abd86f4957d74.tar.xz |
Merge tag 'v0.31.2'
SECURITY UPDATE: Prevent unauthorised users from setting state events in a room when there is no `m.room.power_levels` event in force in the room. (PR #3397) Discussion around the Matrix Spec change proposal for this change can be followed at https://github.com/matrix-org/matrix-doc/issues/1304.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4047f50aa5..70fc5af4c1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Changes in synapse v0.31.2 (2018-06-14) +======================================= + +SECURITY UPDATE: Prevent unauthorised users from setting state events in a room +when there is no ``m.room.power_levels`` event in force in the room. (PR #3397) + +Discussion around the Matrix Spec change proposal for this change can be +followed at https://github.com/matrix-org/matrix-doc/issues/1304. + Changes in synapse v0.31.1 (2018-06-08) ======================================= |