]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Sep 2021 19:36:16 +0000 (21:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Sep 2021 19:39:21 +0000 (21:39 +0200)
doc/NEWS.adoc

index cb567071f8d7a476c5cb5f5259756d6363685088..990d9b76332ff52084aafec9e3a6e5519d33eb54 100644 (file)
@@ -1,5 +1,29 @@
 = Ccache news
 
+== Ccache 4.4.2
+
+Release date: 2021-09-28
+
+
+=== Bug fixes
+
+- Fixed a bug introduced in 4.4 where ccache could produce false direct cache
+  hits in some situations if it decides to disable the direct mode temporarily
+  (e.g. due to "`too new header`" file). +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Test improvements
+
+- Use shell builtin pwd command for basedir test. +
+  [small]#_[contributed by Kira Bruneau]_#
+
+- Cope with CC being a wrapper script that uses ccache. +
+  [small]#_[contributed by Joel Rosdahl]_#
+
+
+= Ccache news
+
 == Ccache 4.4.1
 
 Release date: 2021-09-11