From 7a138cae5c75ae180cb31bfd590956be8e2c4331 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 12 Jun 2023 14:22:39 -0700 Subject: [PATCH] Update CHANGES, VERSION, and NEWS --- CHANGES | 4 ++-- NEWS | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d190a884..c9344037 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -2.6.0 | 2023-05-26 11:05:12 -0700 +2.6.0 | 2023-06-12 14:22:39 -0700 - * Release 2.6.0. + * Fix handling of fragmented WebSocket frames (Dominik Charousset, Corelight) * Add NEWS for 2.6.0 release [nomail] [skip ci] (Tim Wojtulewicz, Corelight) diff --git a/NEWS b/NEWS index 92fc39b8..e0075aac 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ Broker 2.6.0 - Force static builds with the bundled version of CAF to ensure that all of the dependencies between the various CAF targets are met. +- Fix handling of fragmented WebSocket frames + Broker 2.5.0 ============