Skip to content

Commit

Permalink
Update for 0.5.46
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Feb 8, 2024
1 parent 6e35e93 commit 3b9ed73
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file is intended to be sourced by sh
PKG_VERSION=0.5.45
PKG_VERSION=0.5.46

0 comments on commit 3b9ed73

Please sign in to comment.