]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add an entry on the new --track-fds=all option to NEWS.
authorMark Wielaard <mark@klomp.org>
Wed, 3 Mar 2021 15:02:33 +0000 (16:02 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 3 Mar 2021 15:02:33 +0000 (16:02 +0100)
NEWS

diff --git a/NEWS b/NEWS
index fa7c4b01831b4670fa63a228621fb3b6dba08ad4..8595a9034a328a93a69283e2cfdc987ba0472751 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,10 +43,19 @@ support for X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux.
 
 * ==================== TOOL CHANGES ====================
 
-All the tools and their vgpreload libraries are now installed under
-libexec because they cannot be executed directly and should be run
-through the valgrind executable. This should be an internal, not user
-visible, change, but might impact valgrind packagers.
+* General tool changes
+
+  - All the tools and their vgpreload libraries are now installed under
+    libexec because they cannot be executed directly and should be run
+    through the valgrind executable. This should be an internal, not user
+    visible, change, but might impact valgrind packagers.
+
+  - The --track-fds option now respects -q, --quiet and won't output
+    anything if no file descriptors are leaked. It also won't report
+    the standard stdin (0), stdout (1) or stderr (2) descriptors as
+    being leaked with --trace-fds=yes anymore. To track whether the
+    standard file descriptors are still open at the end of the program
+    run use --trace-fds=all.
 
 * DHAT: