summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-03 09:46:39 +0100
committerErik Johnston <erik@matrix.org>2014-09-03 09:46:39 +0100
commitddc16d8642b92972b9bfb7d47d2a0f415fd326bf (patch)
tree5a29e291a75dd1b33299b2269850dc9e16ac6fca /CHANGES.rst
parentAdd ban support: /rooms/$roomid/ban with { user_id : foo } (diff)
parentAdd database upgrade script (diff)
downloadsynapse-ddc16d8642b92972b9bfb7d47d2a0f415fd326bf.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index caad193b68..292f7eee62 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,25 @@
+Changes in synapse 0.2.0 (2014-09-02)
+=====================================
+This update changes many configuration options, updates the
+database schema and mandates SSL for server-server connections.
+
+Homeserver:
+ * Require SSL for server-server connections.
+ * Add SSL listener for client-server connections.
+ * Add ability to use config files.
+ * Add support for kicking/banning and power levels.
+ * Allow setting of room names and topics on creation.
+ * Change presence to include last seen time of the user.
+ * Change url path prefix to /_matrix/...
+ * Bug fixes to presence.
+
+Webclient:
+ * Reskin the CSS for registration and login.
+ * Various improvements to rooms CSS.
+ * Support changes in client-server API.
+ * Bug fixes to VOIP UI.
+ * Various bug fixes to handling of changes to room member list.
+
 Changes in synapse 0.1.2 (2014-08-29)
 =====================================