diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-07-03 10:51:47 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-07-03 10:51:47 +0100 |
commit | 463d5a8fde4f029b4dcf7a68fe60130863b65167 (patch) | |
tree | c017adc4f25e64a456fe06fefbe8582282a7ebe5 /changelog.d | |
parent | Fix a number of "Starting txn from sentinel context" warnings (#5605) (diff) | |
download | synapse-463d5a8fde4f029b4dcf7a68fe60130863b65167.tar.xz |
1.1.0rc2 v1.1.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5552.misc | 1 | ||||
-rw-r--r-- | changelog.d/5593.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5596.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/5605.bugfix | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/5552.misc b/changelog.d/5552.misc deleted file mode 100644 index 77f480e884..0000000000 --- a/changelog.d/5552.misc +++ /dev/null @@ -1 +0,0 @@ -Update github templates. diff --git a/changelog.d/5593.bugfix b/changelog.d/5593.bugfix deleted file mode 100644 index e981589ac3..0000000000 --- a/changelog.d/5593.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix regression in 1.1rc1 where OPTIONS requests to the media repo would fail. diff --git a/changelog.d/5596.bugfix b/changelog.d/5596.bugfix deleted file mode 100644 index da7ca1ed8c..0000000000 --- a/changelog.d/5596.bugfix +++ /dev/null @@ -1 +0,0 @@ -Removed the `SYNAPSE_SMTP_*` docker container environment variables. Using these environment variables prevented the docker container from starting in Synapse v1.0, even though they didn't actually allow any functionality anyway. Users are advised to remove `SYNAPSE_SMTP_HOST`, `SYNAPSE_SMTP_PORT`, `SYNAPSE_SMTP_USER`, `SYNAPSE_SMTP_PASSWORD` and `SYNAPSE_SMTP_FROM` environment variables from their docker run commands. diff --git a/changelog.d/5605.bugfix b/changelog.d/5605.bugfix deleted file mode 100644 index 4995ba9f68..0000000000 --- a/changelog.d/5605.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a number of "Starting txn from sentinel context" warnings. |