diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-10-15 09:38:41 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-10-15 09:38:41 +0200 |
commit | 50d64d4f50c60de10650b30f7c91aa6e0e5aa60e (patch) | |
tree | 97f39c605d5a46f5329e8a5f24b8b6d16ec0e056 | |
parent | Verify http host in web admin only if authentication is missing host (diff) |
Update changelog
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce58fb439..12def1d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 19.09.1 + +* Bugfixes +- Fix issue with webadmin returning 404 when 'Host' header doesn't match anything in configured hosts +- Change url to guide in webadmin to working one + # Version 19.09 * Admin |