From 5680be70aea43a91f47a8fb97b7bb5dfbcad6d09 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 4 Jan 2016 17:13:52 +0000 Subject: [PATCH 1/3] fix whitespace bug --- CHANGES.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1d43fd3604..68b8426ed7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,12 +15,10 @@ Changes in synapse v0.12.0-rc3 (2015-12-23) * Add a ``display_name`` to third-party invites (PR #449) * Send more information to the identity server for third-party invites so that it can send richer messages to the invitee (PR #446) - * Cache the responses to ``/intialSync`` for 5 minutes. If a client retries a request to ``/initialSync`` before the a response was computed to the first request then the same response is used for both requests (PR #457) - * Fix a bug where synapse would always request the signing keys of remote servers even when the key was cached locally (PR #452) * Fix 500 when pagination search results (PR #447) From b18b99eb14283c04bad1bb3514f2e79c45939212 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 4 Jan 2016 17:17:27 +0000 Subject: [PATCH 2/3] fix another whitespace rst bug --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 68b8426ed7..2f8c936fb7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,7 +23,7 @@ Changes in synapse v0.12.0-rc3 (2015-12-23) remote servers even when the key was cached locally (PR #452) * Fix 500 when pagination search results (PR #447) * Fix a bug where synapse was leaking raw email address in third-party invites - (PR #448) + (PR #448) Changes in synapse v0.12.0-rc2 (2015-12-14) =========================================== From dc65d0ae9df726eebe01e8947e60776b15a18d78 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 4 Jan 2016 17:23:15 +0000 Subject: [PATCH 3/3] typoe --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2f8c936fb7..cb317c6a8b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,7 +15,7 @@ Changes in synapse v0.12.0-rc3 (2015-12-23) * Add a ``display_name`` to third-party invites (PR #449) * Send more information to the identity server for third-party invites so that it can send richer messages to the invitee (PR #446) -* Cache the responses to ``/intialSync`` for 5 minutes. If a client +* Cache the responses to ``/initialSync`` for 5 minutes. If a client retries a request to ``/initialSync`` before the a response was computed to the first request then the same response is used for both requests (PR #457)