summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2024-06-30 15:25:45 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2024-06-30 15:25:45 +0200
commitdcf1541c4bf2732f0e31c24c4b368da930f6eac2 (patch)
tree8548c73cc376d31e5d89df9b4121638204c8868b /doc/changelog.rst
parent2543e1e9838e03adb7f4a811815d34ccf65a3026 (diff)
parent5c5ce3e94f43e46a1e0420f1356abca7d3672c34 (diff)
Merge branch 'release/debian/4.23-1'debian/4.23-1
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 2e0cf0f..f4bf0f1 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,3 +1,52 @@
+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)
+==================
+
+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)
==================