Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 0cc6509

Browse files
committed
Merge branch 'release-v1.95' into develop
2 parents 7a3a55a + a115119 commit 0cc6509

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Synapse 1.95.1 (2023-10-31)
2+
3+
## Security advisory
4+
5+
The following issue is fixed in 1.95.1.
6+
7+
- [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
8+
9+
Cached device information of remote users can be queried from Synapse. This can be used to enumerate the remote users known to a homeserver.
10+
11+
See the advisory for more details. If you have any questions, email [email protected].
12+
13+
14+
115
# Synapse 1.95.0 (2023-10-24)
216

317
### Internal Changes

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.95.1) stable; urgency=medium
2+
3+
* New Synapse release 1.95.1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 31 Oct 2023 14:00:00 +0000
6+
17
matrix-synapse-py3 (1.95.0) stable; urgency=medium
28

39
* New Synapse release 1.95.0.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.95.0"
99+
version = "1.95.1"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "Apache-2.0"

0 commit comments

Comments
 (0)