diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-02-26 09:59:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-02-26 09:59:10 +0100 |
commit | 92ac2277ef889d82e56efd57a342959d8b3399d8 (patch) | |
tree | 8fec731deb3b43e93521e6433752163a2726e9b5 /doc | |
parent | 461d481e1a84e8e5232b471331e02ea9d63b2a2a (diff) | |
parent | 2acbac8ef9d314b73fbbd68c2e70580988c063a9 (diff) |
Update upstream source from tag 'upstream/4.23'
Update to upstream version '4.23'
with Debian dir be13fa3ac3ad7e7d4942f166bc070b5e33af6313
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.rst | 21 |
1 files changed, 21 insertions, 0 deletions
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) ================== |