From 7ea38a0c9d64b355aa6e1adf54728663207e77a6 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 17 Oct 2014 21:28:32 +0100 Subject: Update changelong and upgrade --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index dab9285f3b..93d651e66d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. -- cgit 1.4.1 From cb939ed450da34216db20d6f4494a03ac0107ca2 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 17 Oct 2014 21:29:28 +0100 Subject: I can't type apparently --- CHANGES.rst | 2 +- UPGRADE.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES.rst') 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 --generate-config + python -m synapse.app.homeserver --config-path --generate-config Upgrading to v0.3.0 -- cgit 1.4.1 From 4c8111ef98762d96c47f1fde1efa8b9496f25c13 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Sat, 18 Oct 2014 00:28:36 +0200 Subject: Bunp to change log. --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 995718c3a4..0645dca127 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +Changes in synapse 0.4.1 (2014-10-17) +===================================== +Webclient: + * Fix bug with display of timestamps. + Changes in synpase 0.4.0 (2014-10-17) ===================================== This server includes changes to the federation protocol that is not backwards -- cgit 1.4.1 From 8f0997d17d9db94bbe706b9d32c91694e3883e42 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 18 Oct 2014 11:46:11 +0100 Subject: improve changelog slightly --- CHANGES.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 0645dca127..08efbbf244 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,16 +5,18 @@ Webclient: Changes in synpase 0.4.0 (2014-10-17) ===================================== -This server includes changes to the federation protocol that is not backwards -compatible. +This release includes changes to the federation protocol and client-server API +that is not backwards compatible. -The Matrix specification has been moved to a separate git repository. +The Matrix specification has been moved to a separate git repository: +http://github.com/matrix-org/matrix-doc You will also need an updated syutil and config. See UPGRADES.rst. Homeserver: - * Sign federation transactions. - * Rename timestamp keys in PDUs. + * Sign federation transactions to assert strong identity over federation. + * Rename timestamp keys in PDUs and events from 'ts' and 'hsob_ts' to 'origin_server_ts'. + Changes in synapse 0.3.4 (2014-09-25) ===================================== -- cgit 1.4.1