From a59c91f03d11e6cad4e6c11a13ac47976eeeedfb Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 19 Apr 2026 13:06:59 +0100 Subject: [PATCH] Note the time clamping changes. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 32479cf..7c03322 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -9,6 +9,7 @@ * *cleanup:* fix GCC warning when using glibc 2.43 ([#180](https://codeberg.org/ivarch/pv/pulls/180)) * *cleanup:* fix warning in pv_remote_check() stub on OpenBSD * *cleanup:* use dynamic line buffers for **--watchfd** process lookups + * *cleanup:* replace the blanket 100,000-hour clamp on displayed times with a million days for timer and ETA, and 7,000 years for estimated finish time * *cleanup:* standardise the error reporting mechanism * *cleanup:* improve code comments