From 8138f4251e1a15388f0506820c0f0577106e29a8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 1 Oct 2025 20:28:33 +0200 Subject: [PATCH] chore: Update NEWS (cherry picked from commit 058808b676ed0bde0dea5a91434fe5615af2113f) --- doc/news.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/news.adoc b/doc/news.adoc index 7e61cf59..7ebb6cd3 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