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

Bump version and changelog

This commit is contained in:
Erik Johnston 2014-10-17 20:26:26 +01:00
parent 5662be894e
commit 71e6a94af7
4 changed files with 12 additions and 10 deletions

View file

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

View file

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

View file

@ -1 +1 @@
0.3.4
0.4.0

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a synapse home server.
"""
__version__ = "0.3.4"
__version__ = "0.4.0"