summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-07-28 10:47:45 +0100
committerErik Johnston <erik@matrix.org>2016-07-28 11:30:08 +0100
commit019cf013d6ea4a8182189d068dc44ec403cc58ce (patch)
treea1e5425bbcd7271bbb423832769bb62ee6e5b506 /CHANGES.rst
parentMerge branch 'erikj/key_client_fix' of github.com:matrix-org/synapse into rel... (diff)
downloadsynapse-019cf013d6ea4a8182189d068dc44ec403cc58ce.tar.xz
Update changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 65566adda1..c2fb982478 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,9 @@ Changes in synapse v0.17.0-rc1 (2016-07-28)
 This release changes the LDAP configuration format in a backwards incompatible
 way, see PR #843 for details.
 
+This release contains significant security bug fixes regarding authenticating
+events received over federation. Please upgrade.
+
 
 Features:
 
@@ -35,6 +38,7 @@ Changes:
   (PR #927)
 * Add metrics for psutil derived memory usage (PR #936)
 * Record device_id in client_ips (PR #938)
+* Send the correct host header when fetching keys (PR #941)
 * Log the hostname the reCAPTCHA was completed on (PR #946)
 * Make the device id on e2e key upload optional (PR #956)
 * Add r0.2.0 to the "supported versions" list (PR #960)