]> 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:34:55 +0000 (20:34 +0200)
doc/NEWS.adoc

index c71ddcee01b4b0774cc1ae8f30e022d6b62407ca..4828c73ba84c34e88cd11e7e2f0a8ad6a811c0c9 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. +