This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daec55e
commit a115119
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Synapse 1.95.1 (2023-10-31) | ||
|
||
## Security advisory | ||
|
||
The following issue is fixed in 1.95.1. | ||
|
||
- [GHSA-mp92-3jfm-3575](https://github.com/matrix-org/synapse/security/advisories/GHSA-mp92-3jfm-3575) / [CVE-2023-43796](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-43796) — Moderate Severity | ||
|
||
Cached device information of remote users can be queried from Synapse. This can be used to enumerate the remote users known to a homeserver. | ||
|
||
See the advisory for more details. If you have any questions, email [email protected]. | ||
|
||
|
||
|
||
# Synapse 1.95.0 (2023-10-24) | ||
|
||
### Internal Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
matrix-synapse-py3 (1.95.1) stable; urgency=medium | ||
|
||
* New Synapse release 1.95.1. | ||
|
||
-- Synapse Packaging team <[email protected]> Tue, 31 Oct 2023 14:00:00 +0000 | ||
|
||
matrix-synapse-py3 (1.95.0) stable; urgency=medium | ||
|
||
* New Synapse release 1.95.0. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" | |
|
||
[tool.poetry] | ||
name = "matrix-synapse" | ||
version = "1.95.0" | ||
version = "1.95.1" | ||
description = "Homeserver for the Matrix decentralised comms protocol" | ||
authors = ["Matrix.org Team and Contributors <[email protected]>"] | ||
license = "Apache-2.0" | ||
|