]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 25 Nov 2025 20:58:27 +0000 (21:58 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Nov 2025 18:39:08 +0000 (19:39 +0100)
(cherry picked from commit 0962c414c87aec5d7903349fa9faabec45919637)

doc/news.adoc

index 82cdd15e44729beb3b815ee154cbcb3b820983c8..f06bd074b3a7f357430f14c2dc498fd2dec7e2a2 100644 (file)
@@ -1,5 +1,60 @@
 = Ccache news
 
+== Ccache 4.12.2
+
+Release date: 2025-11-26
+
+=== Bug fixes
+
+- Improved robustness against filesystem path encoding problems on Windows. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed removal of mismatching manifest file. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build fixes
+
+- Fixed build of BLAKE3 for little-endian aarch64 with CMake 3.18/3.19. +
+  [small]#_[contributed by J. Neuschäfer]_#
+
+- Added linking with libsocket on SunOS/Illumos. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Test improvements
+
+- Fixed profiling_clang test. +
+  [small]#_[contributed by Evgeniy Isaev]_#
+
+
+=== Documentation improvements
+
+- Reconciled max-size suffixes in documentation. +
+  [small]#_[contributed by Andrej Zhilenkov]_#
+
+- Improved documentation on statistics counters and --zero-stats. +
+  [small]#_[contributed by Joel Rosdahl and Otto Kekäläinen]_#
+
+- Added note that sloppiness values can be whitespace-separated. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Updated URLs in manual and news. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Other
+
+- Fixed default sysconf dir in Linux binary releases. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed typo in CcacheVersion.cmake. +
+  [small]#_[contributed by Andrej Zhilenkov]_#
+
+- Updated C++ standard in .clang-format. +
+  [small]#_[contributed by Evgeniy Isaev]_#
+
+
 == Ccache 4.12.1
 
 Release date: 2025-10-01