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

Commit 2d2c6a4

Browse files
committed
1.44.0rc3
1 parent d1cbad3 commit 2d2c6a4

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Synapse 1.44.0rc3 (2021-10-04)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a bug introduced in Synapse v1.40.0 where changing a user's display name or avatar in a restricted room would cause an authentication error. ([\#10933](https://github.com/matrix-org/synapse/issues/10933))
8+
- Fix `/admin/whois/{user_id}` endpoint, which was broken in v1.44.0rc1. ([\#10968](https://github.com/matrix-org/synapse/issues/10968))
9+
10+
111
Synapse 1.44.0rc2 (2021-09-30)
212
==============================
313

changelog.d/10933.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/10968.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.44.0~rc3) stable; urgency=medium
2+
3+
* New synapse release 1.44.0~rc3.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 04 Oct 2021 14:57:22 +0100
6+
17
matrix-synapse-py3 (1.44.0~rc2) stable; urgency=medium
28

39
* New synapse release 1.44.0~rc2.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.44.0rc2"
50+
__version__ = "1.44.0rc3"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)