update



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6840 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 622247e..ab7e296 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@
   traces.  Second, a new option --trace-superblocks has been added, which
   shows the addresses of superblocks (code blocks) as they are executed.
 
+- Cachegrind now uses directory names where possible in its output files.
+  This means that the -I option to 'cg_annotate' should not be needed in
+  most cases.  It also means it can correctly handle the case where two
+  source files in different directories have the same name.
+
 Developer-visible changes:
 
 - New debugging command line options: --debug-dump, --trace-symtab-patt...