diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 15:33:56 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-20 15:33:56 +0100 |
commit | 913f790bb2ef7f1186e03afea85323dfa4da6df8 (patch) | |
tree | f66e681906d0e2b1b6d1e86bc3b58f7bdc6a1186 /CHANGES.md | |
parent | Update v1.32.0 changelog. It's m.login.application_service, not plural (diff) | |
download | synapse-913f790bb2ef7f1186e03afea85323dfa4da6df8.tar.xz |
Add note about expired Debian gpg signing keys to CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 482863c0e8..b0fbc5a452 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,12 @@ This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` adm This release requires Application Services to use type `m.login.application_service` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date. +If you are using the `packages.matrix.org` Debian repository for Synapse packages, note that our gpg signing keys have rotated and the old pair have expired. You can pull the latest keys with: + +``` +sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg +``` + Bugfixes -------- |