diff options
author | Erik Johnston <erik@matrix.org> | 2016-10-05 14:41:07 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-10-05 14:41:07 +0100 |
commit | e779ee0ee21584b8907b866734376a737a8b6d2e (patch) | |
tree | cc27f059a354379346f9a21ff6b8b661a9407b65 /CHANGES.rst | |
parent | Merge branch 'release-v0.18.0' of github.com:matrix-org/synapse (diff) | |
parent | Bump changelog and version (diff) | |
download | synapse-e779ee0ee21584b8907b866734376a737a8b6d2e.tar.xz |
Merge branch 'release-v0.18.1' of github.com:matrix-org/synapse v0.18.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4dcaf1170d..12abd6cfc4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,32 @@ +Changes in synapse v0.18.1 (2016-10-0) +====================================== + +No changes since v0.18.1-rc1 + + +Changes in synapse v0.18.1-rc1 (2016-09-30) +=========================================== + +Features: + +* Add total_room_count_estimate to ``/publicRooms`` (PR #1133) + + +Changes: + +* Time out typing over federation (PR #1140) +* Restructure LDAP authentication (PR #1153) + + +Bug fixes: + +* Fix 3pid invites when server is already in the room (PR #1136) +* Fix upgrading with SQLite taking lots of CPU for a few days + after upgrade (PR #1144) +* Fix upgrading from very old database versions (PR #1145) +* Fix port script to work with recently added tables (PR #1146) + + Changes in synapse v0.18.0 (2016-09-19) ======================================= @@ -6,7 +35,7 @@ significantly reduce database size. Synapse will attempt to upgrade the current data in the background. Servers with large SQLite database may experience degradation of performance while this upgrade is in progress, therefore you may want to consider migrating to using Postgres before upgrading very large SQLite -daabases +databases Changes: |