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

Commit 4e80ca2

Browse files
committed
1.64.0
1 parent 979d94d commit 4e80ca2

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Synapse 1.64.0 (2022-08-02)
2+
===========================
3+
4+
No significant changes since 1.64.0rc2.
5+
6+
7+
Deprecation Warning
8+
-------------------
9+
10+
Synapse v1.66.0 will remove the ability to delegate the tasks of verifying email address ownership, and password reset confirmation, to an identity server.
11+
12+
If you require your homeserver to verify e-mail addresses or to support password resets via e-mail, please configure your homeserver with SMTP access so that it can send e-mails on its own behalf.
13+
[Consult the configuration documentation for more information.](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#email)
14+
15+
116
Synapse 1.64.0rc2 (2022-07-29)
217
==============================
318

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.64.0) stable; urgency=medium
2+
3+
* New Synapse release 1.64.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 02 Aug 2022 10:32:30 +0100
6+
17
matrix-synapse-py3 (1.64.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.64.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.64.0rc2"
57+
version = "1.64.0"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)