mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1.13.0
This commit is contained in:
parent
1fc8914f76
commit
ac3264bf1e
@ -1,3 +1,12 @@
|
|||||||
|
Synapse 1.13.0 (2020-05-19)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Update the version of dh-virtualenv we use to build debs, and add focal to the list of target distributions. ([\#7526](https://github.com/matrix-org/synapse/issues/7526))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.13.0rc3 (2020-05-18)
|
Synapse 1.13.0rc3 (2020-05-18)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Update the version of dh-virtualenv we use to build debs, and add focal to the list of target distributions.
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
matrix-synapse-py3 (1.12.3ubuntu1) UNRELEASED; urgency=medium
|
matrix-synapse-py3 (1.13.0) stable; urgency=medium
|
||||||
|
|
||||||
|
[ Patrick Cloke ]
|
||||||
* Add information about .well-known files to Debian installation scripts.
|
* Add information about .well-known files to Debian installation scripts.
|
||||||
|
|
||||||
-- Patrick Cloke <patrickc@matrix.org> Mon, 06 Apr 2020 10:10:38 -0400
|
[ Synapse Packaging team ]
|
||||||
|
* New synapse release 1.13.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 19 May 2020 09:16:56 -0400
|
||||||
|
|
||||||
matrix-synapse-py3 (1.12.4) stable; urgency=medium
|
matrix-synapse-py3 (1.12.4) stable; urgency=medium
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.13.0rc3"
|
__version__ = "1.13.0"
|
||||||
|
|
||||||
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