From ec9331f85145aadb227e1030cf3de20ffe9a336c Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 8 Apr 2016 18:54:18 +0100 Subject: Add doc --- UPGRADE.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPGRADE.rst') diff --git a/UPGRADE.rst b/UPGRADE.rst index 4f08cbb96a..554bed2be6 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -30,6 +30,14 @@ running: python synapse/python_dependencies.py | xargs -n1 pip install +Upgrading to v0.15.0 +==================== + +If you want to use the new URL previewing API (/_matrix/media/r0/preview_url) +then you have to explicitly enable it in the config and install the optional +dependencies. See README.rst for details. + + Upgrading to v0.11.0 ==================== -- cgit 1.4.1 From b04f81284ae958b44158c969d90a3b4969e31342 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 8 Apr 2016 18:55:27 +0100 Subject: Add more doc --- README.rst | 3 +++ UPGRADE.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'UPGRADE.rst') diff --git a/README.rst b/README.rst index 9d01244927..02e7c61d1e 100644 --- a/README.rst +++ b/README.rst @@ -570,6 +570,9 @@ from a security perspective to stop arbitrary Matrix users spidering 'internal' URLs on your network. At the very least we recommend that your loopback and RFC1918 IP addresses are blacklisted. +This also requires the optional lxml and netaddr python dependencies to be +installed. + Password reset ============== diff --git a/UPGRADE.rst b/UPGRADE.rst index 554bed2be6..699f04c2c2 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -34,7 +34,7 @@ Upgrading to v0.15.0 ==================== If you want to use the new URL previewing API (/_matrix/media/r0/preview_url) -then you have to explicitly enable it in the config and install the optional +then you have to explicitly enable it in the config and update your dependencies dependencies. See README.rst for details. -- cgit 1.4.1