From 0bbdbfc96834b002c6f83e9a65028f91e2ee486525dc3fda51544e104d910e5e Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 21 Feb 2020 13:07:51 +0000 Subject: [PATCH] Accepting request 777958 from home:cyphar:matrix - Update to 1.11.0. * Limit the number of events that can be requested by the backfill federation API to 100. * Reject device display names over 100 characters in length to prevent abuse. * Implement new aliases endpoint as per MSC2432. * Stop sending m.room.alias events wheng adding / removing aliases. Check alt_aliases in the latest m.room.canonical_alias event when deleting an alias. * Change the default power levels of invites, tombstones and server ACLs for new rooms. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/777958 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=117 --- _service | 2 +- matrix-synapse-1.10.0.obscpio | 3 --- matrix-synapse-1.11.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 30 ++++++++++++++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 2 +- 7 files changed, 39 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.10.0.obscpio create mode 100644 matrix-synapse-1.11.0.obscpio diff --git a/_service b/_service index 698e0e0..baa4111 100644 --- a/_service +++ b/_service @@ -4,12 +4,12 @@ @PARENT_TAG@ https://github.com/matrix-org/synapse.git git + v1.11.0 v(.*) - v1.10.0 diff --git a/matrix-synapse-1.10.0.obscpio b/matrix-synapse-1.10.0.obscpio deleted file mode 100644 index de4e750..0000000 --- a/matrix-synapse-1.10.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2d5f9c510648b6e6559093130955552fc71cb6ef52992a57a7fb03d4fd1b285 -size 26482189 diff --git a/matrix-synapse-1.11.0.obscpio b/matrix-synapse-1.11.0.obscpio new file mode 100644 index 0000000..c5ede14 --- /dev/null +++ b/matrix-synapse-1.11.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d8c966947e26f57b9126c23ed30cb9b99c19ed795f2a219dbac8c7c673d02e +size 26527245 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 1484b0e..0703b65 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 10bc91b..b47605f 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Feb 21 12:58:18 UTC 2020 - Aleksa Sarai + +- Update to 1.11.0. + + * Limit the number of events that can be requested by the backfill federation + API to 100. + * Reject device display names over 100 characters in length to prevent abuse. + * Implement new aliases endpoint as per MSC2432. + * Stop sending m.room.alias events wheng adding / removing aliases. Check + alt_aliases in the latest m.room.canonical_alias event when deleting an + alias. + * Change the default power levels of invites, tombstones and server ACLs for + new rooms. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + +------------------------------------------------------------------- +Tue Feb 18 01:44:41 UTC 2020 - Aleksa Sarai + +- Update to 1.10.1. + + * Fix a bug introduced in Synapse 1.10.0 which would cause room state to be + cleared in the database if Synapse was upgraded direct from 1.2.1 or + earlier to 1.10.0. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index 97821c2..f5faa0b 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.10.0 -mtime: 1581510037 -commit: 7b8d654a6196d889c8e1c2a403f5176650216432 +version: 1.11.0 +mtime: 1582275364 +commit: 9c1b83b0078aa9cc1bb902e14d3f7302625ba099 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 165012d..5454bf9 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -46,7 +46,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0