summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-17 20:26:26 +0100
committerErik Johnston <erik@matrix.org>2014-10-17 20:26:26 +0100
commit71e6a94af76dbaea592b66c2c065f19f9ef57cb0 (patch)
tree1b1f490e88ac1853bef28c4b3070f28f787d18d3
parentBump database version number. (diff)
downloadsynapse-71e6a94af76dbaea592b66c2c065f19f9ef57cb0.tar.xz
Bump version and changelog
-rw-r--r--CHANGES.rst13
-rw-r--r--UPGRADE.rst5
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
4 files changed, 12 insertions, 10 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index 5b05900daf..dab9285f3b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,6 +1,13 @@ -Changes in latest -================= -This breaks federation becuase of signing +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. + +Homeserver: + * Sign federation transactions. + * Rename timestamp keys in PDUs. Changes in synapse 0.3.4 (2014-09-25) ===================================== diff --git a/UPGRADE.rst b/UPGRADE.rst
index 2ae9254ecf..713fb9ae83 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst
@@ -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 =================== diff --git a/VERSION b/VERSION
index 42045acae2..1d0ba9ea18 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -0.3.4 +0.4.0 diff --git a/synapse/__init__.py b/synapse/__init__.py
index a340a5db66..979eac08a7 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.3.4" +__version__ = "0.4.0"