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

Commit df84ad6

Browse files
committed
1.46.0
1 parent 576921c commit df84ad6

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.46.0 (2021-11-02)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a bug introduced in v1.46.0rc1 where URL previews of some XML documents would fail. ([\#11196](https://github.com/matrix-org/synapse/issues/11196))
8+
9+
110
Synapse 1.46.0rc1 (2021-10-27)
211
==============================
312

changelog.d/11196.bugfix

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

debian/changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
matrix-synapse-py3 (1.46.0~rc1ubuntu1) UNRELEASED; urgency=medium
1+
matrix-synapse-py3 (1.46.0) stable; urgency=medium
22

3+
[ Richard van der Hoff ]
34
* Compress debs with xz, to fix incompatibility of impish debs with reprepro.
45

5-
-- Richard van der Hoff <[email protected]> Wed, 27 Oct 2021 15:32:51 +0100
6+
[ Synapse Packaging team ]
7+
* New synapse release 1.46.0.
8+
9+
-- Synapse Packaging team <[email protected]> Tue, 02 Nov 2021 13:22:53 +0000
610

711
matrix-synapse-py3 (1.46.0~rc1) stable; urgency=medium
812

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.46.0rc1"
50+
__version__ = "1.46.0"
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)