diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 15:43:26 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 15:43:26 +0000 |
commit | c433d4c4d2d112dcd5541b872155b7fb849e2aad (patch) | |
tree | 32749e974e10aeebd8eb813bb00193f19a176da1 /changelog.d | |
parent | Convert ACME docs to md (diff) | |
parent | Move things from README.rst to UPDATE.md (#4569) (diff) | |
download | synapse-c433d4c4d2d112dcd5541b872155b7fb849e2aad.tar.xz |
Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into anoa/self_signed_upgrade
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4557.misc | 1 | ||||
-rw-r--r-- | changelog.d/4558.feature | 1 | ||||
-rw-r--r-- | changelog.d/4562.misc | 1 | ||||
-rw-r--r-- | changelog.d/4564.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/4566.feature | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/4557.misc b/changelog.d/4557.misc new file mode 100644 index 0000000000..7ebfb23f43 --- /dev/null +++ b/changelog.d/4557.misc @@ -0,0 +1 @@ +Fix comment typo in TLS section of config diff --git a/changelog.d/4558.feature b/changelog.d/4558.feature new file mode 100644 index 0000000000..40724d1c3f --- /dev/null +++ b/changelog.d/4558.feature @@ -0,0 +1 @@ +The matrixdotorg/synapse Docker images now use Python 3 by default. \ No newline at end of file diff --git a/changelog.d/4562.misc b/changelog.d/4562.misc new file mode 100644 index 0000000000..f7185fa768 --- /dev/null +++ b/changelog.d/4562.misc @@ -0,0 +1 @@ +Docker: only copy what we need to the build image diff --git a/changelog.d/4564.bugfix b/changelog.d/4564.bugfix new file mode 100644 index 0000000000..78e78504b4 --- /dev/null +++ b/changelog.d/4564.bugfix @@ -0,0 +1 @@ +Fix default ACME config for py2 diff --git a/changelog.d/4566.feature b/changelog.d/4566.feature new file mode 100644 index 0000000000..11fc07476e --- /dev/null +++ b/changelog.d/4566.feature @@ -0,0 +1 @@ +enable ACME support in the docker image |