Merge branch 'master' of github.com:matrix-org/synapse into develop

pull/4/merge
Erik Johnston 10 years ago
commit 3aa333ec7c
  1. 7
      CHANGES.rst
  2. 2
      VERSION
  3. 2
      synapse/__init__.py

@ -1,3 +1,10 @@
Changes in synapse 0.5.3c (2014-12-02)
======================================
* Change the default value for the `content_addr` option to use the HTTP
listener, as by default the HTTPS listener will be using a self-signed
certificate.
Changes in synapse 0.5.3 (2014-11-27)
=====================================

@ -1 +1 @@
0.5.3a
0.5.3c

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

Loading…
Cancel
Save