summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-17 21:28:32 +0100
committerErik Johnston <erik@matrix.org>2014-10-17 21:28:32 +0100
commit7ea38a0c9d64b355aa6e1adf54728663207e77a6 (patch)
tree50e493f574e1cf34b3f2e300fe605e2da21e3921 /UPGRADE.rst
parentMerge branch 'release-v0.4.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-7ea38a0c9d64b355aa6e1adf54728663207e77a6.tar.xz
Update changelong and upgrade
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..9746630dd7 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 ===================