From: Joel Rosdahl Date: Sat, 27 Feb 2010 11:21:10 +0000 (+0100) Subject: Remove bug references from NEWS; they are not very interesting X-Git-Tag: v3.0pre0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=977fcbf9c46e31daafaa47da0a8bc0b78abf646d;p=thirdparty%2Fccache.git Remove bug references from NEWS; they are not very interesting --- diff --git a/NEWS b/NEWS index ef05f2498..64f06777b 100644 --- a/NEWS +++ b/NEWS @@ -68,15 +68,15 @@ Bug fixes: - 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. @@ -88,15 +88,15 @@ Bug fixes: - 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: