From: Joel Rosdahl Date: Wed, 1 Oct 2025 18:28:33 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.12.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=058808b676ed0bde0dea5a91434fe5615af2113f;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index c71ddcee..4828c73b 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -7,13 +7,23 @@ Release date: 2025-10-01 === Bug fixes -- Corrected saving of current position in fallocate fallback code. + +- Fixed handling of `-Xarch_host`/`-Xarch_device` options. + + [small]#_[contributed by Joel Rosdahl]_# + +- Fixed saving of current position in fallocate fallback code. + [small]#_[contributed by Joel Rosdahl]_# - Fixed handling of `ENOENT` when trying to break a lockfile lock. + [small]#_[contributed by Joel Rosdahl]_# +=== Build fixes + +- Added missing `return` in `copy_file_impl` fallback code, fixing a compilation + error with tl::expected ≥ 1.2.0 on non-Apple platforms where `sendfile(2)` is + unavailable. + + === Other - Added missing documentation files to Linux/macOS binary releases. +