summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2018-12-04 04:59:09 -0600
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-12-04 11:59:09 +0100
commit512e94d230756d96ffefd8011ae53d13f3f5514c (patch)
tree9d030f635d961a7e8a321d75941649da065bd1df
parent add more detail to logging regarding "More than one row matched" error (#4234) (diff)
downloadsynapse-512e94d230756d96ffefd8011ae53d13f3f5514c.tar.xz
Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers (#4224)
* Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Add changelog

Signed-off-by: Aaron Raimist <aaron@raim.ist>
-rw-r--r--UPGRADE.rst9
-rw-r--r--changelog.d/4224.misc1
2 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst

index 55c77eedde..aa5473ec62 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst
@@ -48,6 +48,15 @@ returned by the Client-Server API: # configured on port 443. curl -kv https://<host.name>/_matrix/client/versions 2>&1 | grep "Server:" +Upgrading to v0.34.0 +==================== + +This release removes the ``riot.im`` from the default list of trusted identity servers. + +If ``riot.im`` is in your homeserver's list of ``trusted_third_party_id_servers``, +you should remove it. It was added in case a hypothetical future identity server was +put there. If you don't remove it, users may be unable to deactivate their accounts. + Upgrading to v0.33.7 ==================== diff --git a/changelog.d/4224.misc b/changelog.d/4224.misc new file mode 100644
index 0000000000..1bfe2e5c31 --- /dev/null +++ b/changelog.d/4224.misc
@@ -0,0 +1 @@ +Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers