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
This commit is contained in:
parent
8f667b5029
commit
0bbdbfc968
2
_service
2
_service
@ -4,12 +4,12 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.11.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<!--
|
||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
-->
|
||||
<param name="revision">v1.10.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2d5f9c510648b6e6559093130955552fc71cb6ef52992a57a7fb03d4fd1b285
|
||||
size 26482189
|
3
matrix-synapse-1.11.0.obscpio
Normal file
3
matrix-synapse-1.11.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86d8c966947e26f57b9126c23ed30cb9b99c19ed795f2a219dbac8c7c673d02e
|
||||
size 26527245
|
@ -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
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 12:58:18 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- 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 <asarai@suse.com>
|
||||
|
||||
- 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 <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.10.0
|
||||
mtime: 1581510037
|
||||
commit: 7b8d654a6196d889c8e1c2a403f5176650216432
|
||||
version: 1.11.0
|
||||
mtime: 1582275364
|
||||
commit: 9c1b83b0078aa9cc1bb902e14d3f7302625ba099
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user