summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-29 10:10:45 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-29 13:17:13 +0200
commit944f24b83ca83c5b3e4ff95d5e60eccc5562eedb (patch)
treeda638b37126a8c1f6448a417c4610be44dc305fd
parent326256f2eba4f9b0d2219484d24eca51f4763c65 (diff)
downloadccache-944f24b83ca83c5b3e4ff95d5e60eccc5562eedb.tar.gz
chore: Update NEWS
-rw-r--r--doc/NEWS.adoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index cff28058..8055c81a 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -1,5 +1,37 @@
= Ccache news
+== Ccache 4.7.2
+
+Release date: 2022-10-29
+
+
+=== Bug fixes
+
+- Fixed a problem when using 32-bit and 64-bit ccache binaries with the same
+ inode cache file. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+- Ccache now processes the argument following a `-Xarch` option. +
+ [small]#_[contributed by an anonymous user]_#
+
+- Made sure to use the configured umask for command line operations like
+ `--zero-stats` so that newly created cache directories will have correct
+ permissions. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Build improvements
+
+- Include `limits.h` for `PATH_MAX`. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
+=== Test improvements
+
+- Disabled flaky Windows profiling tests. +
+ [small]#_[contributed by Joel Rosdahl]_#
+
+
== Ccache 4.7.1
Release date: 2022-10-22