From bb27e1750dfda400223354bc0fe1bfc327e86232c681e0ec1cf444c37fa955dc Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 23 Jan 2020 15:57:20 +0000 Subject: [PATCH] Accepting request 766606 from home:cyphar:matrix - Update to 1.9.0. WARNING: As of this release, Synapse no longer supports versions of SQLite before 3.11, and will refuse to start when configured to use an older version. Administrators are recommended to migrate their database to Postgres (see instructions here). WARNING: If your Synapse deployment uses workers, note that the reverse-proxy configurations for the synapse.app.media_repository, synapse.app.federation_reader and synapse.app.event_creator workers have changed, with the addition of a few paths (see the updated configurations here). Existing configurations will continue to work. + Allow admin to create or modify a user. + Add new quarantine media admin APIs to quarantine by media ID or by user who uploaded the media. + Add a new admin API to list and filter rooms on the server. + Add org.matrix.e2e_cross_signing to unstable_features in /versions. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/766606 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=109 --- _service | 2 +- matrix-synapse-1.8.0.obscpio | 3 --- matrix-synapse-1.9.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 25 +++++++++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 2 +- 7 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.8.0.obscpio create mode 100644 matrix-synapse-1.9.0.obscpio diff --git a/_service b/_service index a9ccaf2..e9ecefb 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/matrix-org/synapse.git git v(.*) - v1.8.0 + v1.9.0 diff --git a/matrix-synapse-1.8.0.obscpio b/matrix-synapse-1.8.0.obscpio deleted file mode 100644 index 4117ba7..0000000 --- a/matrix-synapse-1.8.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ded03c916299c9504487ceb9d6a4963933b67c5e30417a127edfa2363911065d -size 26316813 diff --git a/matrix-synapse-1.9.0.obscpio b/matrix-synapse-1.9.0.obscpio new file mode 100644 index 0000000..a896853 --- /dev/null +++ b/matrix-synapse-1.9.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e121b367ef51f4ffe7c19591bfaf5e1eb47cd9755ac129badac6541a592394 +size 26428429 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 38a8876..7a230f5 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index a9a9414..0e6e0dc 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jan 23 13:45:22 UTC 2020 - Aleksa Sarai + +- Update to 1.9.0. + + WARNING: As of this release, Synapse no longer supports versions of SQLite + before 3.11, and will refuse to start when configured to use an older + version. Administrators are recommended to migrate their database to Postgres + (see instructions here). + + WARNING: If your Synapse deployment uses workers, note that the reverse-proxy + configurations for the synapse.app.media_repository, + synapse.app.federation_reader and synapse.app.event_creator workers have + changed, with the addition of a few paths (see the updated configurations + here). Existing configurations will continue to work. + + + Allow admin to create or modify a user. + + Add new quarantine media admin APIs to quarantine by media ID or by user + who uploaded the media. + + Add a new admin API to list and filter rooms on the server. + + Add org.matrix.e2e_cross_signing to unstable_features in /versions. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Fri Jan 10 13:41:50 UTC 2020 - Aleksa Sarai diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index 88d6299..01cd8e6 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.8.0 -mtime: 1578570027 -commit: 9dfcf47e9bb323f0597ebf8f34a1bcc9f14a02a1 +version: 1.9.0 +mtime: 1579785199 +commit: 9bae740527c4621f9f8eb8ca936669f2372c42eb diff --git a/matrix-synapse.spec b/matrix-synapse.spec index fc1fbfe..b7f00b2 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -44,7 +44,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0