summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-12-20 12:07:15 +0000
committerRichard van der Hoff <richard@matrix.org>2018-12-20 12:07:15 +0000
commit6dd72712436c9a0843c4a3ad197adfa4ecb8bffa (patch)
treed5153b0058ee77d7714dec1fda2bc61d290b13ca /UPGRADE.rst
parentUpdate log config for debian packages (diff)
downloadsynapse-6dd72712436c9a0843c4a3ad197adfa4ecb8bffa.tar.xz
Prepare 0.34 release
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 95f4e33300..b431850863 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -68,7 +68,7 @@ Upgrading to v0.34.0
        synctl start
 
    Users who have installed from distribution packages should see the relevant
-   package documentation.
+   package documentation. See below for notes on Debian packages.
 
    * When upgrading to Python 3, you **must** make sure that your log files are
      configured as UTF-8, by adding ``encoding: utf8`` to the
@@ -107,6 +107,13 @@ Upgrading to v0.34.0
 
      There is no need to revert this change if downgrading to Python 2.
 
+   * We are also making available Debian packages which will run Synapse on
+     Python 3. You can switch to these packages with ``apt-get install
+     matrix-synapse-py3``, however, please read
+     [debian/NEWS](https://github.com/matrix-org/synapse/blob/release-v0.34.0/debian/NEWS)
+     before doing so. The existing ``matrix-synapse`` packages will continue to
+     use Python 2 for the time being.
+
 2. This release removes the ``riot.im`` from the default list of trusted
    identity servers.