Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:matrix-org/synapse into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Dec 2, 2014
2 parents c9f5af1 + 23a2c42 commit 3aa333e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
=====================================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3a
0.5.3c
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
""" This is a reference implementation of a synapse home server.
"""

__version__ = "0.5.3a"
__version__ = "0.5.3c"

0 comments on commit 3aa333e

Please sign in to comment.