diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-07-29 12:23:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-07-29 12:23:13 +0100 |
commit | 6b4fd8b43068c863b2861be997f8acb7568aff47 (patch) | |
tree | 4a72688dbd5fe6bf2964c4db8a40287c7dc8bcce | |
parent | Revert "Drop support for delegating email validation (#13192)" (#13406) (diff) | |
download | synapse-6b4fd8b43068c863b2861be997f8acb7568aff47.tar.xz |
1.64.0rc2
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | changelog.d/13406.misc | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index da588454c7..2f46c51bae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.64.0rc2 (2022-07-29) +============================== + +Internal Changes +---------------- + +- Warn instead of error when using `account_threepid_delegates.email`, which was deprecated in 1.64.0rc1. ([\#13406](https://github.com/matrix-org/synapse/issues/13406)) + + Synapse 1.64.0rc1 (2022-07-26) ============================== diff --git a/changelog.d/13406.misc b/changelog.d/13406.misc deleted file mode 100644 index f78e052e87..0000000000 --- a/changelog.d/13406.misc +++ /dev/null @@ -1 +0,0 @@ -Warn instead of error when using `account_threepid_delegates.email`, which was deprecated in 1.64.0rc1. diff --git a/debian/changelog b/debian/changelog index 38030a5e19..6a2dbdf322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.64.0~rc2) stable; urgency=medium + + * New Synapse release 1.64.0rc2. + + -- Synapse Packaging team <packages@matrix.org> Fri, 29 Jul 2022 12:22:53 +0100 + matrix-synapse-py3 (1.64.0~rc1) stable; urgency=medium * New Synapse release 1.64.0rc1. diff --git a/pyproject.toml b/pyproject.toml index c707737590..4e8f7ae4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.64.0rc1" +version = "1.64.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |