From eece9692d707ccb20356ec06955f8308c4e59ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 17 Dec 2023 14:18:48 +0100 Subject: New upstream version 4.19 --- doc/changelog.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'doc/changelog.rst') diff --git a/doc/changelog.rst b/doc/changelog.rst index 2e0cf0f..8903a72 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,31 @@ +v4.19 (2023-12-01) +================== + +Fixes: + +* string: fixed HX_strtoull_unit with negative fractions producing 0 + sometimes +* opt: fix HX_getopt losing argv on HXOPT_KEEP_ARGV + + +v4.18 (2023-11-27) +================== + +Enhancements: + +* opt: new HX_getopt5 API for the parser with untangled in and out variables + +Fixes: + +* string: HX_strtoull_units handles negative values now (like strtoull) +* string: HX_strtoull_units & HX_strtoull_(n)sec now set errno=ERANGE for + nonrepresentable results + +Behavioral changes: + +* string: HX_strtoull_sec rejects unitless numbers now + + v4.17 (2023-11-12) ================== -- cgit v1.2.3 From 2acbac8ef9d314b73fbbd68c2e70580988c063a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Feb 2024 09:59:08 +0100 Subject: New upstream version 4.23 --- doc/changelog.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/changelog.rst') diff --git a/doc/changelog.rst b/doc/changelog.rst index 8903a72..f4bf0f1 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,24 @@ +v4.23 (2024-02-15) +================== + +Fixes: + +* io: use smaller chunks with sendfile(2) to work around unusual API behavior + +Enhancements: + +* io: make HX_copy_file() utilize copy_file_range when available + + +v4.21 (2023-12-20) +================== + +Fixes: + +* Resolve a compilation error when the signed_cast macro is used without defs.h. +* Resolve compilation errors in NetBSD and MacOS. + + v4.19 (2023-12-01) ================== -- cgit v1.2.3