Browse Source

Mention updating extensions

Richard van der Hoff 5 years ago
parent
commit
ad1c68ad94
1 changed files with 7 additions and 2 deletions
  1. 7 2
      debian/NEWS

+ 7 - 2
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.