Bump version and changelog
parent
5662be894e
commit
71e6a94af7
13
CHANGES.rst
13
CHANGES.rst
|
@ -1,6 +1,13 @@
|
||||||
Changes in latest
|
Changes in synpase 0.4.0 (2014-10-17)
|
||||||
=================
|
=====================================
|
||||||
This breaks federation becuase of signing
|
This server includes changes to the federation protocol that is not backwards
|
||||||
|
compatible.
|
||||||
|
|
||||||
|
The Matrix specification has been moved to a seperate git repository.
|
||||||
|
|
||||||
|
Homeserver:
|
||||||
|
* Sign federation transactions.
|
||||||
|
* Rename timestamp keys in PDUs.
|
||||||
|
|
||||||
Changes in synapse 0.3.4 (2014-09-25)
|
Changes in synapse 0.3.4 (2014-09-25)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
Upgrading to latest
|
|
||||||
===================
|
|
||||||
This breaks federation between old and new servers due to signing of
|
|
||||||
transactions.
|
|
||||||
|
|
||||||
Upgrading to v0.3.0
|
Upgrading to v0.3.0
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a synapse home server.
|
""" This is a reference implementation of a synapse home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.3.4"
|
__version__ = "0.4.0"
|
||||||
|
|
Loading…
Reference in New Issue