0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 20:43:45 +02:00

Update changelong and upgrade

This commit is contained in:
Erik Johnston 2014-10-17 21:28:32 +01:00
parent 449739e6a3
commit 7ea38a0c9d
2 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,8 @@ compatible.
The Matrix specification has been moved to a seperate git repository.
You will also need an updated syutil and config. See UPGRADES.rst.
Homeserver:
* Sign federation transactions.
* Rename timestamp keys in PDUs.

View file

@ -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
===================