diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-17 21:29:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-17 21:29:28 +0100 |
commit | cb939ed450da34216db20d6f4494a03ac0107ca2 (patch) | |
tree | 50f27510719cb5e4d775bf4f7efcbdddbc7afea0 | |
parent | Update changelong and upgrade (diff) | |
download | synapse-cb939ed450da34216db20d6f4494a03ac0107ca2.tar.xz |
I can't type apparently
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | UPGRADE.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 93d651e66d..995718c3a4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changes in synpase 0.4.0 (2014-10-17) This server includes changes to the federation protocol that is not backwards compatible. -The Matrix specification has been moved to a seperate git repository. +The Matrix specification has been moved to a separate git repository. You will also need an updated syutil and config. See UPGRADES.rst. diff --git a/UPGRADE.rst b/UPGRADE.rst index 9746630dd7..99ce1a2d3d 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -8,7 +8,7 @@ This release needs an updated syutil version. Run:: 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 + python -m synapse.app.homeserver --config-path <CONFIG> --generate-config Upgrading to v0.3.0 |