diff --git a/_service b/_service index 95cd44c..698e0e0 100644 --- a/_service +++ b/_service @@ -9,7 +9,7 @@ v([\.\d]+)(rc.*) \1~\2 --> - v1.9.1 + v1.10.0 diff --git a/matrix-synapse-1.10.0.obscpio b/matrix-synapse-1.10.0.obscpio new file mode 100644 index 0000000..de4e750 --- /dev/null +++ b/matrix-synapse-1.10.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d5f9c510648b6e6559093130955552fc71cb6ef52992a57a7fb03d4fd1b285 +size 26482189 diff --git a/matrix-synapse-1.9.1.obscpio b/matrix-synapse-1.9.1.obscpio deleted file mode 100644 index d1aaa40..0000000 --- a/matrix-synapse-1.9.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8376690a26848ba21ddb31ceb270820e1ac2fe9d8221e70cda5f70b52922d58b -size 26428941 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 3fd2fb9..1484b0e 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.9.1 +Version: 1.10.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 45336c7..10bc91b 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert + +- bump requires on python3-signedjson to follow code change + +------------------------------------------------------------------- +Wed Feb 12 13:51:08 UTC 2020 - Aleksa Sarai + +- Update to 1.10.0. + + WARNING to client developers: As of this release Synapse validates + client_secret parameters in the Client-Server API as per the spec. See #6766 + for details. + + + Add experimental support for updated authorization rules for aliases + events, from MSC2260. + + Variety of E2EE improvements, most notably: + * Fix bug where querying a remote user's device keys that weren't cached + resulted in only returning a single device. + * Fix bug where Synapse didn't invalidate cache of remote users' devices + when Synapse left a room. + * Detect unknown remote devices and mark cache as stale. + * Attempt to resync remote users' devices when detected as stale. + * When a client asks for a remote user's device keys check if the local + cache for that user has been marked as potentially stale. + * Detect unexpected sender keys on remote encrypted events and resync + device lists. + * Fix an issue with cross-signing where device signatures were not sent to + remote servers. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Tue Jan 28 14:34:39 UTC 2020 - Marcus Rueckert @@ -157,7 +190,7 @@ Fri Dec 13 13:23:59 UTC 2019 - Aleksa Sarai /usr/share/doc/packages/matrix-synapse/CHANGES.md. https://github.com/matrix-org/synapse/releases/tag/v1.7.0 - Please make sure to read the Upgrade notes referenced in the + Please make sure to read the Upgrade notes referenced in the above. ------------------------------------------------------------------- diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index 7995e2d..97821c2 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.9.1 -mtime: 1580216976 -commit: 77d9357226687a177c865bcdeaa0e750612fc078 +version: 1.10.0 +mtime: 1581510037 +commit: 7b8d654a6196d889c8e1c2a403f5176650216432 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index fa440d8..165012d 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -46,7 +46,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.9.1 +Version: 1.10.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0 @@ -116,8 +116,8 @@ BuildRequires: python3-pymacaroons >= 0.13.0 Requires: python3-pymacaroons >= 0.13.0 BuildRequires: python3-service_identity >= 18.1.0 Requires: python3-service_identity >= 18.1.0 -BuildRequires: python3-signedjson >= 1.0.0 -Requires: python3-signedjson >= 1.0.0 +BuildRequires: python3-signedjson >= 1.1.0 +Requires: python3-signedjson >= 1.1.0 BuildRequires: python3-six >= 1.10 Requires: python3-six >= 1.10 BuildRequires: python3-sortedcontainers >= 1.4.4