]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 20 Mar 2026 20:09:50 +0000 (21:09 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 22 Mar 2026 11:59:36 +0000 (12:59 +0100)
(cherry picked from commit 68878d188f6c3f963042757acc231a89223dd86a)

doc/news.adoc

index 3b9b9261288007b0e43d613ecc64e90506523257..0c659920ecd095dad3ef0041643bc2040eee7832 100644 (file)
@@ -1,5 +1,56 @@
 = Ccache news
 
+== Ccache 4.13.2
+
+Release date: 2026-03-22
+
+
+=== New deliverables
+
+- Added `tar.gz` archives for Linux binary releases. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Added installation script for Linux binary releases. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Bug fixes and improvements
+
+- Fixed LTO handling when `-fno-lto` follows `-flto`: LTO is now properly
+  disabled in this case. +
+  [small]#_[contributed by Kristian Sloth Lauszus]_#
+
+- Fixed crash when using MSVC `/Yc` without `/Fp`. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed rewriting of MSVC `/FI` argument to a relative path when `base_dir` is
+  set. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Improved robustness when parsing broken cache entry files. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Fixed atime/mtime restoration when recompressing a file. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Test improvements
+
+- Fixed test failures for `remote_helper` tests when `$PWD` is long. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+- Improved robustness of `remote_helper` tests on slow systems. +
+  [small]#_[contributed by Maksym Sobolyev]_#
+
+- Relaxed `util::exec_to_string` unit test for portability. +
+  [small]#_[contributed by Maksym Sobolyev]_#
+
+- Removed unnecessary, compiler-specific checks in `-flto` tests. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+= Ccache news
+
 == Ccache 4.13.1
 
 Release date: 2026-03-09