]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Merge branch '3.4-maint'
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 2 Sep 2018 08:35:09 +0000 (10:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 2 Sep 2018 08:35:09 +0000 (10:35 +0200)
* 3.4-maint:
  Prepare for v3.4.3
  Update NEWS
  Upgrade zlib to 1.2.11

1  2 
doc/NEWS.adoc

diff --cc doc/NEWS.adoc
index f7c6082d10a022053ccc8b647b0959ed5d1023c9,c2187f26a778b2739e100fe88647a0a6da678e73..27072b80bcdee52d378bf97de4148859af90a3db
@@@ -1,46 -1,9 +1,46 @@@
  ccache news
  ===========
  
 +ccache 3.5
 +----------
 +Release date: unknown
 +
 +Changes
 +~~~~~~~
 +
 +- Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated
 +  alias).
 +
 +- It is now possible to let ccache hash a precomputed checksum file instead of
 +  the full content of a precompiled header. This can save time for large
 +  precompiled headers. Note that the build system needs to keep the checksum
 +  file in sync with the precompiled header for this to work.
 +
 +- Improved performance substantially when using `hash_dir = false` on platforms
 +  like macOS where `getcwd()` is slow.
 +
 +- Added ``stats updated'' timestamp in `ccache -s` output. This can be useful
 +  if you wonder whether ccache actually was used for your last build.
 +
 +- Renamed ``stats zero time'' to ``stats zeroed'' and documented it. The
 +  counter is also now only present in `ccache -s` output when `ccache -z`
 +  actually has been called.
 +
 +- 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.
 +
 +- 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
  -----------
- Release date: unknown
+ Release date: 2018-09-02
  
  Bug fixes
  ~~~~~~~~~