From 3b9ed734874e8bf64f1239abac42f77e99cfd906 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 8 Feb 2024 10:04:38 +0530 Subject: [PATCH] Update for 0.5.46 --- ChangeLog | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7d0e1a3e..f72b0ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +0.5.46 (08 February 2024) +------------------------- + +- tx: configurable number of maximum transactions + +- htp: offers possibility to remove transactions + +- headers: limit the size of folded headers + +- request: be more liberal about transfer-encoding value + +- request: continue processing even with invalid headers + +- http0.9: process headers if there are non-space characters + +- htp_util: fix spelling issue + +- src: fix -Wshorten-64-to-32 warnings + +- uri: normalization removes trailing spaces + 0.5.45 (11 July 2023) --------------------- diff --git a/VERSION b/VERSION index b6445c0f..f244ea60 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ # This file is intended to be sourced by sh -PKG_VERSION=0.5.45 +PKG_VERSION=0.5.46