summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-02 17:45:40 +0000
committerErik Johnston <erik@matrix.org>2014-12-02 17:45:40 +0000
commit23a2c42469ab7af46ffb44de2bfeae1240930a22 (patch)
tree71d2c11abaf70aaec335732d9451757c5eec7fc2
parentSYN-187: Set a more sensible default for the content_addr (diff)
downloadsynapse-23a2c42469ab7af46ffb44de2bfeae1240930a22.tar.xz
Bump version v0.5.3c
-rw-r--r--CHANGES.rst7
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6779a36f72..477a404721 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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)
 =====================================
 
diff --git a/VERSION b/VERSION
index dc74c5626d..b6f145ad19 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.3a
+0.5.3c
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 658574dab9..0b43932305 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.5.3a"
+__version__ = "0.5.3c"