From b28eadc5fa6c51fec6079b106824a11b461fc4ee Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Mon, 30 Sep 2024 18:08:27 +0530 Subject: [PATCH] Update for 0.5.49 --- ChangeLog | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af6398cf..8c413ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +0.5.49 (30 September 2024) +-------------------------- + +- headers: put a configurable limit on their numbers + +- htp/table: only fetch element when needed + +- workflows: add almalinux 8 and 9 jobs + +- workflows: remove centos 7 as it is EOL + +- fuzz: limits the number of transactions + +- fuzz: improve debug output + +- fuzz: flush to get full assertion text + +- request: trim headers values also when there is no name + 0.5.48 (22 April 2024) ---------------------- diff --git a/VERSION b/VERSION index 21e46bb5..65030af2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ # This file is intended to be sourced by sh -PKG_VERSION=0.5.48 +PKG_VERSION=0.5.49