瀏覽代碼

1.62.0rc2

Andrew Morgan 1 年之前
父節點
當前提交
d40b2708cf
共有 5 個文件被更改,包括 17 次插入3 次删除
  1. 10 0
      CHANGES.md
  2. 0 1
      changelog.d/13140.bugfix
  3. 0 1
      changelog.d/13141.bugfix
  4. 6 0
      debian/changelog
  5. 1 1
      pyproject.toml

+ 10 - 0
CHANGES.md

@@ -1,3 +1,13 @@
+Synapse 1.62.0rc2 (2022-07-01)
+==============================
+
+Bugfixes
+--------
+
+- Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140))
+- Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141))
+
+
 Synapse 1.62.0rc1 (2022-06-28)
 ==============================
 

+ 0 - 1
changelog.d/13140.bugfix

@@ -1 +0,0 @@
-Fix unread counts for users on large servers. Introduced in v1.62.0rc1.

+ 0 - 1
changelog.d/13141.bugfix

@@ -1 +0,0 @@
-Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.62.0~rc2) stable; urgency=medium
+
+  * New Synapse release 1.62.0rc2.
+
+ -- Synapse Packaging team <packages@matrix.org>  Fri, 01 Jul 2022 11:42:41 +0100
+
 matrix-synapse-py3 (1.62.0~rc1) stable; urgency=medium
 
   * New Synapse release 1.62.0rc1.

+ 1 - 1
pyproject.toml

@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.62.0rc1"
+version = "1.62.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"