Skip to content

Commit

Permalink
Update for 0.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Apr 21, 2022
1 parent 32216ff commit 1733478
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
0.5.39 (16 Nov 2021)
--------------------
0.5.40 (21 April 2022)
----------------------

- uri: optionally allows spaces in uri

- ints: integer handling improvements

- headers: continue on nul byte

- headers: consistent trailing space handling

- list: fix integer overflow

- util: remove unused htp_utf8_decode

- fix 100-continue with CL 0

- lzma: don't do unnecessary realloc

0.5.39 (16 November 2021)
-------------------------

- host: ipv6 address is a valid host

- util: one char is not always empty line

- test and fuzz improvements

0.5.38 (30 Jun 2021)
--------------------
0.5.38 (30 June 2021)
---------------------

- consume empty lines when parsing chunks to avoid quadratic complexity

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.39
PKG_VERSION=0.5.40

0 comments on commit 1733478

Please sign in to comment.