summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-08-14 21:44:39 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-08-14 21:45:40 +0200
commit57b0c186e04106b044e96eb112323a67a13f6854 (patch)
treed46258aee32916953a4948b8b5156a93d6286fd6
parentc82159810394bea01e504f2be0588afa04be4774 (diff)
downloadccache-57b0c186e04106b044e96eb112323a67a13f6854.tar.gz
Update NEWS
-rw-r--r--doc/NEWS.adoc13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index 1cda8c43..8f68bd36 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -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
-----------