diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-10-27 11:14:11 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-10-27 11:14:11 +0000 |
commit | acb2d171e88f7e5a60f6468e5b4f39fdb1ce94a3 (patch) | |
tree | 98b171bd5303e03ee123708f6ed96932f29db558 /UPGRADE.rst | |
parent | Add script to hash exisitng history (diff) | |
parent | Test pyflakes jenikns integration (diff) | |
download | synapse-acb2d171e88f7e5a60f6468e5b4f39fdb1ce94a3.tar.xz |
Merge branch 'develop' into event_signing
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 2ae9254ecf..99ce1a2d3d 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,7 +1,15 @@ -Upgrading to latest +Upgrading to v0.4.0 =================== -This breaks federation between old and new servers due to signing of -transactions. + +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 =================== |