diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-28 13:31:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-28 13:31:18 +0100 |
commit | 5146e198809c736d6106ff868caee0380d4f28ac (patch) | |
tree | 09ffbff16179a154575f70761ddbc4dc2e1c3e64 /changelog.d | |
parent | Fix import of the default SAML mapping provider. (#10477) (diff) | |
download | synapse-5146e198809c736d6106ff868caee0380d4f28ac.tar.xz |
1.39.0rc3
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10461.misc | 1 | ||||
-rw-r--r-- | changelog.d/10465.misc | 1 | ||||
-rw-r--r-- | changelog.d/10477.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/10485.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/10486.bugfix | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/changelog.d/10461.misc b/changelog.d/10461.misc deleted file mode 100644 index 5035e26825..0000000000 --- a/changelog.d/10461.misc +++ /dev/null @@ -1 +0,0 @@ -Fix an error which prevented the Github Actions workflow to build the docker images from running. diff --git a/changelog.d/10465.misc b/changelog.d/10465.misc deleted file mode 100644 index 4de6201dfc..0000000000 --- a/changelog.d/10465.misc +++ /dev/null @@ -1 +0,0 @@ -Fix release script to correctly version debian changelog when doing RCs. diff --git a/changelog.d/10477.bugfix b/changelog.d/10477.bugfix deleted file mode 100644 index bcc92de434..0000000000 --- a/changelog.d/10477.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. diff --git a/changelog.d/10485.bugfix b/changelog.d/10485.bugfix deleted file mode 100644 index 9b44006dc0..0000000000 --- a/changelog.d/10485.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. diff --git a/changelog.d/10486.bugfix b/changelog.d/10486.bugfix deleted file mode 100644 index 7c65c16e96..0000000000 --- a/changelog.d/10486.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix reporting old R30 stats as R30v2 stats. |