summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-05-05 17:43:27 +0100
committerAndrew Morgan <andrewm@element.io>2022-05-05 17:43:27 +0100
commitf1fbf75cfc1d3c69c069caca7acec81c5c2b0059 (patch)
tree2a1597abd59f8118afa49f7e53a13147bc114c31 /CHANGES.md
parentSupport MSC3266 room summaries over federation (#11507) (diff)
parentUpdate v1.58.1 changelog entry with more familiar language (diff)
downloadsynapse-f1fbf75cfc1d3c69c069caca7acec81c5c2b0059.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b4d91b2793..88b053897e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,18 @@ Synapse 1.59.0
 The non-standard `m.login.jwt` login type has been removed from Synapse. It can be replaced with `org.matrix.login.jwt` for identical behaviour. This is only used if `jwt_config.enabled` is set to `true` in the configuration.
 
 
+Synapse 1.58.1 (2022-05-05)
+===========================
+
+This patch release includes a fix to the Debian packages, installing the
+`systemd` and `cache_memory` extra package groups, which were incorrectly
+omitted in v1.58.0. This primarily prevented Synapse from starting
+when the `systemd.journal.JournalHandler` log handler was configured.
+See [#12631](https://github.com/matrix-org/synapse/issues/12631) for further information.
+
+Otherwise, no significant changes since 1.58.0.
+
+
 Synapse 1.58.0 (2022-05-03)
 ===========================