mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-12 04:59:25 -05:00
1.38.0rc3
This commit is contained in:
parent
2d8b60e0f2
commit
f7bfa694ae
@ -1,3 +1,12 @@
|
|||||||
|
Synapse 1.38.0rc3 (2021-07-13)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Build the Debian packages in CI. ([\#10247](https://github.com/matrix-org/synapse/issues/10247), [\#10379](https://github.com/matrix-org/synapse/issues/10379))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.38.0rc2 (2021-07-09)
|
Synapse 1.38.0rc2 (2021-07-09)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Build the Debian packages in CI.
|
|
@ -1 +0,0 @@
|
|||||||
Add Github Actions workflow to attach release artifacts to release.
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
matrix-synapse-py3 (1.37.1ubuntu1) UNRELEASED; urgency=medium
|
matrix-synapse-py3 (1.38.0rc3) prerelease; urgency=medium
|
||||||
|
|
||||||
|
[ Erik Johnston ]
|
||||||
* Add synapse_review_recent_signups script
|
* Add synapse_review_recent_signups script
|
||||||
|
|
||||||
-- Erik Johnston <erikj@matrix.org> Thu, 01 Jul 2021 15:55:03 +0100
|
[ Synapse Packaging team ]
|
||||||
|
* New synapse release 1.38.0rc3.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 13 Jul 2021 11:53:56 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.37.1) stable; urgency=medium
|
matrix-synapse-py3 (1.37.1) stable; urgency=medium
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.38.0rc2"
|
__version__ = "1.38.0rc3"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
||||||
# We import here so that we don't have to install a bunch of deps when
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
Loading…
Reference in New Issue
Block a user