From e9803113d12d636a6ddab3c9f0035efe49fcc1b8 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 10 Jan 2022 10:22:32 -0700 Subject: [PATCH] NEWS: move note for http header changes into 4.2 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6cdcafc0f2..9c5eec6d6f 100644 --- a/NEWS +++ b/NEWS @@ -15,10 +15,6 @@ New Functionality Changed Functionality --------------------- -- Entries in ``http.log`` now record the original ``HOST`` headers. - Previously, they would skip any port specification a header might - include. - Deprecated Functionality ------------------------ @@ -182,6 +178,10 @@ Changed Functionality ZeekControl's functionality. ZeekControl remains the recommended tool for maintaining your cluster. +- Entries in ``http.log`` now record the original ``HOST`` headers. + Previously, they would skip any port specification a header might + include. + Deprecated Functionality ------------------------