summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-20 17:53:18 +0100
committerErik Johnston <erik@matrix.org>2014-10-20 17:53:18 +0100
commit4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d (patch)
tree4c40d64dcf344cbfe021d3349e83d2e236f4c49f /UPGRADE.rst
parentmore timestamp fixes (diff)
parentuse a tagged version of syutil rather than master (diff)
downloadsynapse-4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 713fb9ae83..99ce1a2d3d 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -1,3 +1,16 @@
+Upgrading to v0.4.0
+===================
+
+This release needs an updated syutil version. Run::
+
+    python setup.py develop
+
+You will also need to upgrade your configuration as the signing key format has
+changed. Run::
+
+    python -m synapse.app.homeserver --config-path <CONFIG> --generate-config
+
+
 Upgrading to v0.3.0
 ===================