From a5edc8071c371be00aa94693685bb56bdb783c61 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 1 Dec 2024 15:28:18 +0000 Subject: [PATCH] Note that we now test at compile time whether siginfo_t is usable for --remote (#119). --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 0ef64b9..8ff6d8f 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -5,6 +5,7 @@ * *cleanup:* tests added for **--watchfd** ([#10](https://codeberg.org/a-j-wood/pv/issues/10)) * *cleanup:* worked around file descriptor leak false positives in valgrind 3.23 ([#97](https://codeberg.org/a-j-wood/pv/issues/97)) * *cleanup:* cleared all *shellcheck* warnings in the test scripts + * *cleanup:* check at compile-time whether **--remote** is going to be usable ([#119](https://codeberg.org/a-j-wood/pv/issues/119)) ### 1.9.0 - 15 October 2024