- Fixed NFS issues.
- Bail out on profiling options --coverage, -fprofile-arcs,
- -fprofile-generate, -fprofile-use and -ftest-coverage. [Bug #7091]
+ -fprofile-generate, -fprofile-use and -ftest-coverage.
- - -MD/-MMD options without -MT/-MF are now handled correctly. [Bug #7093]
+ - -MD/-MMD options without -MT/-MF are now handled correctly.
- Added support for -Wp,-MD and -Wp,-MMD options.
- Corrected LRU cleanup handling of object files.
- - utimes() is now used instead of utime() when available. [Bug #7089]
+ - utimes() is now used instead of utime() when available.
- Non-writable cache directories are now handled gracefully.
- Fixed bad memory access spotted by Valgrind.
- - Fixed a bug in x_realloc. [Bug #7090]
+ - Fixed a bug in x_realloc.
- Removed deprecated constructions from ccache.yo.
- Freed memory is no longer referenced when compiling a .i/.ii file and
- falling back to running the real compiler. [Bug #7092]
+ falling back to running the real compiler.
- The test suite is now immune to external values of the CCACHE_* environment
- variables. [Bug #7161]
+ variables.
Upgrading notes: