]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove bug references from NEWS; they are not very interesting
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 11:21:10 +0000 (12:21 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 11:36:41 +0000 (12:36 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ef05f249820e067be37f6e453b373f1b1499f38d..64f06777b690a929e3a0486b2ec3ebaac7ee2e7c 100644 (file)
--- 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: