From d40b2708cf9cfa2cf7ea7ac6e0273369430a103b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 1 Jul 2022 11:42:57 +0100 Subject: [PATCH] 1.62.0rc2 --- CHANGES.md | 10 ++++++++++ changelog.d/13140.bugfix | 1 - changelog.d/13141.bugfix | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/13140.bugfix delete mode 100644 changelog.d/13141.bugfix diff --git a/CHANGES.md b/CHANGES.md index 4c1decf8f..50b4da5f6 100644 --- a/CHANGES.md +++ b/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) ============================== diff --git a/changelog.d/13140.bugfix b/changelog.d/13140.bugfix deleted file mode 100644 index cb0586e39..000000000 --- a/changelog.d/13140.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix unread counts for users on large servers. Introduced in v1.62.0rc1. diff --git a/changelog.d/13141.bugfix b/changelog.d/13141.bugfix deleted file mode 100644 index 930e87086..000000000 --- a/changelog.d/13141.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. diff --git a/debian/changelog b/debian/changelog index 7fbd9baef..295532196 100644 --- a/debian/changelog +++ b/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 Fri, 01 Jul 2022 11:42:41 +0100 + matrix-synapse-py3 (1.62.0~rc1) stable; urgency=medium * New Synapse release 1.62.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 8b66d3a9e..1abbf0f5e 100644 --- a/pyproject.toml +++ b/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 "] license = "Apache-2.0"