Skip to content
Snippets Groups Projects
Commit 7ea38a0c authored by Erik Johnston's avatar Erik Johnston
Browse files

Update changelong and upgrade

parent 449739e6
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ compatible. ...@@ -5,6 +5,8 @@ compatible.
The Matrix specification has been moved to a seperate git repository. The Matrix specification has been moved to a seperate git repository.
You will also need an updated syutil and config. See UPGRADES.rst.
Homeserver: Homeserver:
* Sign federation transactions. * Sign federation transactions.
* Rename timestamp keys in PDUs. * Rename timestamp keys in PDUs.
......
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 Upgrading to v0.3.0
=================== ===================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment