]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Oct 2022 08:10:45 +0000 (10:10 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Oct 2022 11:17:13 +0000 (13:17 +0200)
doc/NEWS.adoc

index cff280588b11aefbbbd7d564a176bacdd35ef9dc..8055c81a1def38179633586f9688ce005f9757fe 100644 (file)
@@ -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