Bump change log and version to v0.9.4-rc1

This commit is contained in:
Erik Johnston 2015-07-21 09:50:55 +01:00
parent 90dbd71c13
commit 712617b4b2
2 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,23 @@
Changes in synapse v0.9.4-rc1 (2015-07-21)
==========================================
General:
* Add basic implementation of receipts.
* Add support for configuration presets in room creation API.
* Add auth event that limits the visibility of history for new users.
* Add SAML2 login/registration support.
* Add Content-Disposition headers to content repository responses.
* Change power level semantics so that you cannot kick, ban or change power
levels of users that have equal or greater power level than you.
* Bulk insert events where appropriate.
* Bulk verify signatures where appropriate.
Configuration:
* Add support for including TLS certifcate chains.
Changes in synapse v0.9.3 (2015-07-01)
======================================

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.9.3"
__version__ = "0.9.4-rc1"