From 999cfa2dce8fb493494d7bdc1b6f1555bcce54a3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Jul 2020 11:06:24 -0700 Subject: [PATCH] Version 1.6.0 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index beaff61..d567099 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -148,3 +148,11 @@ * A malicious homeserver could force Synapse to reset the state in a room to a small subset of the correct state. This affects all Synapse deployments which federate with untrusted servers. (96e9afe6) * HTML pages served via Synapse were vulnerable to clickjacking attacks. This predominantly affects homeservers with single-sign-on enabled, but all server administrators are encouraged to upgrade. (ea26e9a9) +[1.6.0] +* Update Synapse to 1.16.0 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.16.0) +* Add an option to enable encryption by default for new rooms. (#7639) +* Add support for running multiple media repository workers. See docs/workers.md for instructions. (#7706) +* Media can now be marked as safe from quarantined. (#7718) +* Expand the configuration options for auto-join rooms. (#7763) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2f569ee..17b2131 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.5.0", + "version": "1.6.0", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d045828..fc2131c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.15.2. +This app packages Synapse 1.16.0. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and