summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-20 16:07:53 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-20 16:07:53 +0100
commit272402c4d7a0a59168a0f57362842b80c37e8f88 (patch)
tree7351315ca8018f75df6916de261bc790d7b450c7
parentMerge branch 'master' into develop (diff)
parentFurther tweaking on gpg signing key notice (diff)
downloadsynapse-272402c4d7a0a59168a0f57362842b80c37e8f88.tar.xz
Merge branch 'master' into develop
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 482863c0e8..170d1e447d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,15 @@ 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 we have recently updated the expiry date on the gpg signing key. If you see an 
+error similar to `The following signatures were invalid: EXPKEYSIG F473DD4473365DE1`, you
+will need to get a fresh copy of the keys. You can do so with:
+
+```sh
+sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
+```
+
 Bugfixes
 --------