summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew <matthew@matrix.org>2017-01-07 03:45:38 +0000
committerMatthew <matthew@matrix.org>2017-01-07 03:45:38 +0000
commitf0e4bac64e8a4eff8132afcfc8406ce5fac11369 (patch)
treed9257ced169113e0f8d34b9c9fe73d23d53f513f
parentdo the discard check in the right place to avoid grabbing dependent events (diff)
downloadsynapse-f0e4bac64e8a4eff8132afcfc8406ce5fac11369.tar.xz
bump changelog & version v0.18.7-rc2
-rw-r--r--CHANGES.rst8
-rw-r--r--synapse/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index da42327903..3fb3197ace 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,11 @@
+Changes in synapse v0.18.7-rc2 (2017-01-07)
+===========================================
+
+Bug fixes:
+
+* Fix error in rc1's discarding invalid inbound traffic logic that was
+  incorrectly discarding missing events
+
 Changes in synapse v0.18.7-rc1 (2017-01-06)
 ===========================================
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 91e3a2c2e0..cb332279df 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.18.7-rc1"
+__version__ = "0.18.7-rc2"