]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 14 Aug 2018 19:44:39 +0000 (21:44 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 14 Aug 2018 19:45:40 +0000 (21:45 +0200)
doc/NEWS.adoc

index 1cda8c43c0a30e08588290a02f2329d32da56cb3..8f68bd366471d059a30d7ad32d010a4df50c13e1 100644 (file)
@@ -5,8 +5,8 @@ ccache 3.5
 ----------
 Release date: unknown
 
-New features and enhancements
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Changes
+~~~~~~~
 
 - Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated
   alias).
@@ -26,13 +26,14 @@ New features and enhancements
 - The content of the `-fsanitize-blacklist` file is now included in the hash,
   so updates to the file will now correctly result in separate cache entries.
 
-
-Other
-~~~~~
-
 - It's now possible to opt out of building and installing man pages when
   running `make install` in the source repository.
 
+- If the compiler type can't be detected (e.g. if it is named *cc*), use safer
+  defaults that won't trip up clang.
+
+- Made the ccache test suite work on FreeBSD.
+
 
 ccache 3.4.3
 -----------