summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-09-06 14:08:33 +0100
committerErik Johnston <erik@matrix.org>2018-09-06 14:08:33 +0100
commitd64b24dfe6e792bb3031888f886ee871e4f41064 (patch)
tree4ad3fecdec4e1dfd21baa7b3bec698ec43c317ea /CHANGES.md
parentMerge pull request #3802 from matrix-org/jcgruenhage/docker-unignore-synctl (diff)
parentprepare v0.33.3.1 (diff)
downloadsynapse-d64b24dfe6e792bb3031888f886ee871e4f41064.tar.xz
Merge tag 'v0.33.3.1' into release-v0.33.4
Synapse 0.33.3.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))

Internal Changes
----------------

- Unignore synctl in .dockerignore to fix docker builds ([\#3802](https://github.com/matrix-org/synapse/issues/3802))
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c2b1e70488..4db47da3e3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,19 @@
+Synapse 0.33.3.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))
+
+
+Internal Changes
+----------------
+
+- Unignore synctl in .dockerignore to fix docker builds ([\#3802](https://github.com/matrix-org/synapse/issues/3802))
+
+
 Synapse 0.33.4rc1 (2018-09-04)
 ==============================
 
@@ -24,7 +40,6 @@ Bugfixes
 - Fix bug in sending presence over federation ([\#3768](https://github.com/matrix-org/synapse/issues/3768))
 - Fix bug where preserved threepid user comes to sign up and server is mau blocked ([\#3777](https://github.com/matrix-org/synapse/issues/3777))
 
-
 Internal Changes
 ----------------