From: Joel Rosdahl Date: Sat, 29 Oct 2022 08:10:45 +0000 (+0200) Subject: chore: Update NEWS X-Git-Tag: v4.7.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944f24b83ca83c5b3e4ff95d5e60eccc5562eedb;p=thirdparty%2Fccache.git chore: Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index cff280588..8055c81a1 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