summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-03 19:39:45 +0100
committerErik Johnston <erik@matrix.org>2014-09-03 19:39:45 +0100
commit300816ffa1e071f3cb5f19555e66c2a66530bb6b (patch)
treebc1ef822fdb3184daf6d39a2ab4da1afb6370dd9
parentAdded a simple start/stop control script (diff)
downloadsynapse-300816ffa1e071f3cb5f19555e66c2a66530bb6b.tar.xz
Bump versions. Update change logs.
-rw-r--r--CHANGES.rst17
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 292f7eee62..31eee891da 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,20 @@
+Changes in synapse 0.2.1 (2014-09-03)
+=====================================
+
+Homeserver:
+ * Added support for signing up with a third party id.
+ * Add synctl scripts.
+ * Added rate limiting.
+ * Add option to change the external address the content repo uses.
+ * Presence bug fixes.
+
+Webclient:
+ * Added support for signing up with a third party id.
+ * Added support for banning and kicking users.
+ * Added support for displaying and setting ops.
+ * Added support for room names.
+ * Fix bugs with room membership event display.
+
 Changes in synapse 0.2.0 (2014-09-02)
 =====================================
 This update changes many configuration options, updates the
diff --git a/VERSION b/VERSION
index 0ea3a944b3..0c62199f16 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.2.1
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 564d789645..440e633966 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.2.0"
+__version__ = "0.2.1"