From 058808b676ed0bde0dea5a91434fe5615af2113f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 1 Oct 2025 20:28:33 +0200 Subject: [PATCH] chore: Update NEWS --- doc/NEWS.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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. + -- 2.47.3