From 3e6d8e258f4505f25b9f4126382fddc9346b0d36 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 29 May 2011 17:45:28 +0200 Subject: [PATCH] Prepare for v3.1.5 --- AUTHORS.txt | 1 + NEWS.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index 22ae5aae2..db7a4b0f8 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -10,6 +10,7 @@ ccache is a collective work with contributions from many people, including: * Andrew Tridgell * Bernhard Bauer * Björn Jacke +* Bo Rydberg * Clemens Rabe * Francois Marier * Joel Rosdahl diff --git a/NEWS.txt b/NEWS.txt index abb4fd8e7..09d6be7d5 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,6 +2,35 @@ ccache news =========== +ccache 3.1.5 +------------ +Release date: 2011-05-29 + + +New features and improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - Added a new statistics counter named ``called for preprocessing''. + - The original command line is now logged to the file specified with + `CCACHE_LOGFILE`. + - Improved error logging when system calls fail. + - Added support for rewriting absolute paths in `-F`/`-iframework` GCC + options. + - Improved order of statistics counters in `ccache -s` output. + + +Bug fixes +~~~~~~~~~ + + - The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled + correctly when they are last on the commandline. + - ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with + concatenated arguments. + - Fixed a minor memory leak. + - Systems that lack (and don't need to be linked with) libm are now + supported. + + ccache 3.1.4 ------------ Release date: 2011-01-09 -- 2.47.2