]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update news master
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Aug 2026 18:26:30 +0000 (20:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Aug 2026 18:26:30 +0000 (20:26 +0200)
doc/news.adoc

index 779a8abdef05c01c169249dbc201dff0609870ca..58db095d657d3a9a35b6a1a24ad1e8d20249aa63 100644 (file)
@@ -2,7 +2,7 @@
 
 == Ccache 4.14
 
-Release date: 2026-08-09
+Release date: TODO
 
 
 === Deprecation notice
@@ -13,6 +13,14 @@ https://ccache.dev/storage-helpers.html[remote storage helper] mechanism (added
 in ccache 4.13) for HTTP/Redis storage instead.
 
 
+=== Removed functionality
+
+- Removed the `cpp_extension` (`CCACHE_EXTENSION`) configuration option since
+  ccache now processes preprocessor output directly in memory instead of using
+  intermediate files.. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
 === New features and improvements
 
 - Added support for the QCC (QNX) compiler. +
@@ -52,6 +60,12 @@ in ccache 4.13) for HTTP/Redis storage instead.
 - Increased the maximum number of raw files stored in a cached result to 256. +
   [small]#_[contributed by Joel Rosdahl]_#
 
+- Modernized use of C++ type traits. +
+  [small]#_[contributed by Gregor Jasny]_#
+
+- Improved portability of compiler exit status handling. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
 
 === Bug fixes
 
@@ -102,6 +116,19 @@ in ccache 4.13) for HTTP/Redis storage instead.
 - Fixed handling of systems that report zero available hardware threads. +
   [small]#_[contributed by Joel Rosdahl]_#
 
+- Fixed reporting of errors from `posix_spawnp`. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed the statistics counter used when a Clang sanitize ignorelist cannot be
+  read. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build improvements
+
+- Fixed building with Clang 23. +
+  [small]#_[contributed by GitHub user LinuxUserGD]_#
+
 
 == Ccache 4.13.6