From 0440ba26da5da435a616f82d02dcbd3cdd0c7ad3 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 19 Apr 2026 16:58:55 +0100 Subject: [PATCH] Adjust the ETA clamp note to mention 64-bit. --- docs/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NEWS.md b/docs/NEWS.md index 7c03322..6aa91c8 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -9,7 +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:* 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, on 64-bit systems * *cleanup:* standardise the error reporting mechanism * *cleanup:* improve code comments