From e8cc443681254c44123f140f628b60937cd06775 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 30 Nov 2024 22:30:35 +0000 Subject: [PATCH] Note the fd leak false positive workaround. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 85067d0..880a9ee 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -3,6 +3,7 @@ * *fix:* correct failure to report file positions in **--watchfd** ([#118](https://codeberg.org/a-j-wood/pv/issues/118)) * *i18n:* Russian translations added * *cleanup:* test added for **--watchfd PID:FD** + * *cleanup:* worked around file descriptor leak false positives in valgrind 3.23 ([#97](https://codeberg.org/a-j-wood/pv/issues/97)) ### 1.9.0 - 15 October 2024