summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-12-20 23:27:29 +0000
committerRichard van der Hoff <richard@matrix.org>2018-12-20 23:32:59 +0000
commitad1c68ad940b2313471723bf64c1948825bd196b (patch)
tree1b37ef04ff5c8c05918cf10f69c2270b1bb27d67 /debian
parentclarify that installing -py3 removes the old pkg (diff)
downloadsynapse-ad1c68ad940b2313471723bf64c1948825bd196b.tar.xz
Mention updating extensions release-v0.34.0
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index b70ed098e7..7b032d86bd 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,8 +1,8 @@
 matrix-synapse-py3 (0.34.0) stable; urgency=medium
 
   matrix-synapse-py3 is intended as a drop-in replacement for the existing
-  matrix-synapse package. When the package is installed, matrix-synapse will
-  be automatically uninstalled. The replacement should be relatively seamless,
+  matrix-synapse package. When the package is installed, matrix-synapse will be
+  automatically uninstalled. The replacement should be relatively seamless,
   however, please note the following important differences to matrix-synapse:
 
   * Most importantly, the matrix-synapse service now runs under Python 3 rather
@@ -12,6 +12,11 @@ matrix-synapse-py3 (0.34.0) stable; urgency=medium
     instead of using the system python libraries. (This may mean that you can
     remove a number of old dependencies with `apt autoremove`).
 
+  * If you have previously manually installed any custom python extensions
+    (such as matrix-synapse-rest-auth) into the system python directories, you
+    will need to reinstall them in the new virtualenv. Please consult the
+    documentation of the relevant extensions for further details.
+
   matrix-synapse-py3 will take over responsibility for the existing
   configuration files, including the matrix-synapse systemd service.