diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-20 17:53:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-20 17:53:18 +0100 |
commit | 4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d (patch) | |
tree | 4c40d64dcf344cbfe021d3349e83d2e236f4c49f /CHANGES.rst | |
parent | more timestamp fixes (diff) | |
parent | use a tagged version of syutil rather than master (diff) | |
download | synapse-4ae0844ee3128cf4cfdcaf87216ba69f8eb1bf5d.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dab9285f3b..08efbbf244 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,22 @@ +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 -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 seperate 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) ===================================== |