]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 1 Oct 2025 18:28:33 +0000 (20:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 1 Oct 2025 18:45:43 +0000 (20:45 +0200)
(cherry picked from commit 058808b676ed0bde0dea5a91434fe5615af2113f)

doc/news.adoc

index 7e61cf59d4957ded1f33b3b9baa1e3219038c83d..7ebb6cd3e2928623a3a7ad00afebbf5e7a308278 100644 (file)
@@ -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. +