From b0277869d9806f6fab8e1bc11c4a4987c9a79ded Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 16 Aug 2022 14:32:59 +0100 Subject: [PATCH] Update changelog for last minute fix --- ChangeLog.txt | 1 + www/posts/2022/08/version-2-0-15-released.md | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 26998f6d..ffe19b80 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -41,6 +41,7 @@ Broker: config file. Closes #2601. Closes #2470. - Fix case where expired messages were causing queued messages not to be delivered. Closes #2609. +- Fix websockets not passing on the X-Forwarded-For header. Client library: - Fix threads library detection on Windows under cmake. Bumps the minimum diff --git a/www/posts/2022/08/version-2-0-15-released.md b/www/posts/2022/08/version-2-0-15-released.md index 2a770a3a..2b59abce 100644 --- a/www/posts/2022/08/version-2-0-15-released.md +++ b/www/posts/2022/08/version-2-0-15-released.md @@ -52,6 +52,7 @@ and bugfix release. config file. Closes [#2601]. Closes [#2470]. - Fix case where expired messages were causing queued messages not to be delivered. Closes [#2609]. +- Fix websockets not passing on the X-Forwarded-For header. # Client library - Fix threads library detection on Windows under cmake. Bumps the minimum