From 25eaa2661a60d6f2d1d289c44876b94a57aabeac Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 15 Dec 2024 14:42:52 +0000 Subject: [PATCH] Note the test race condition cleanup. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 0900f31..37d5463 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -5,6 +5,7 @@ * *feature:* allow decimal values such as "1.5G" with "**--size**", "**--rate-limit**", "**--buffer-size**", and "**error-skip-block**" ([#35](https://codeberg.org/a-j-wood/pv/issues/35)) * *cleanup:* track transfer percentage as a floating point value for better precision (and rounding) * *cleanup:* correct detection of **--remote** usability on GNU Hurd + * *cleanup:* reduce likelihood of race conditions in tests when running on slow systems * *docs:* simplified the synopsis section of the manual ### 1.9.15 - 8 December 2024