Browse Source

1.75.0rc2

H. Shay 1 year ago
parent
commit
ea45257199
5 changed files with 17 additions and 3 deletions
  1. 10 0
      CHANGES.md
  2. 0 1
      changelog.d/14810.bugfix
  3. 0 1
      changelog.d/14817.bugfix
  4. 6 0
      debian/changelog
  5. 1 1
      pyproject.toml

+ 10 - 0
CHANGES.md

@@ -1,3 +1,13 @@
+Synapse 1.75.0rc2 (2023-01-12)
+==============================
+
+Bugfixes
+--------
+
+- Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. ([\#14810](https://github.com/matrix-org/synapse/issues/14810))
+- Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers. ([\#14817](https://github.com/matrix-org/synapse/issues/14817))
+
+
 Synapse 1.75.0rc1 (2023-01-10)
 ==============================
 

+ 0 - 1
changelog.d/14810.bugfix

@@ -1 +0,0 @@
-Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters.

+ 0 - 1
changelog.d/14817.bugfix

@@ -1 +0,0 @@
-Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.75.0~rc2) stable; urgency=medium
+
+  * New Synapse release 1.75.0rc2.
+
+ -- Synapse Packaging team <packages@matrix.org>  Thu, 12 Jan 2023 10:30:15 -0800
+
 matrix-synapse-py3 (1.75.0~rc1) stable; urgency=medium
 
   * New Synapse release 1.75.0rc1.

+ 1 - 1
pyproject.toml

@@ -97,7 +97,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.75.0rc1"
+version = "1.75.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"