From ea4e4d2f0be528449d69a4ff7927824ab02d6b46 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 17 Aug 2020 14:11:17 +0100 Subject: [PATCH 1/2] 1.19.0 --- CHANGES.md | 6 ++++++ debian/changelog | 6 +++--- synapse/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a2c8232be..06a9a79be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +Synapse 1.19.0 (2020-08-17) +=========================== + +Synapse 1.19.0 is identical to Synapse 1.19.0rc1. + + Synapse 1.19.0rc1 (2020-08-13) ============================== diff --git a/debian/changelog b/debian/changelog index a0af2b78a..bdaf59e9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ -matrix-synapse-py3 (1.xx.0) stable; urgency=medium +matrix-synapse-py3 (1.19.0) stable; urgency=medium [ Synapse Packaging team ] - * New synapse release 1.xx.0. + * New synapse release 1.19.0. [ Aaron Raimist ] * Fix outdated documentation for SYNAPSE_CACHE_FACTOR - -- Synapse Packaging team XXXXX + -- Synapse Packaging team Mon, 17 Aug 2020 14:06:42 +0100 matrix-synapse-py3 (1.18.0) stable; urgency=medium diff --git a/synapse/__init__.py b/synapse/__init__.py index 832a8e201..f493cbd7d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.0rc1" +__version__ = "1.19.0" 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 From 3234d5c30551f1ea5c6a51621cdb6b237765fe0c Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 17 Aug 2020 14:21:20 +0100 Subject: [PATCH 2/2] Changelog changes Signed-off-by: Olivier Wilkinson (reivilibre) --- CHANGES.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 06a9a79be..d4cc17948 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,7 @@ Synapse 1.19.0 (2020-08-17) =========================== -Synapse 1.19.0 is identical to Synapse 1.19.0rc1. - - -Synapse 1.19.0rc1 (2020-08-13) -============================== +No significant changes since 1.19.0rc1. Removal warning --------------- @@ -13,6 +9,9 @@ Removal warning As outlined in the [previous release](https://github.com/matrix-org/synapse/releases/tag/v1.18.0), we are no longer publishing Docker images with the `-py3` tag suffix. On top of that, we have also removed the `latest-py3` tag. Please see [the announcement in the upgrade notes for 1.18.0](https://github.com/matrix-org/synapse/blob/develop/UPGRADE.rst#upgrading-to-v1180). +Synapse 1.19.0rc1 (2020-08-13) +============================== + Features --------