Note the time clamping changes.

This commit is contained in:
Andrew Wood
2026-04-19 13:06:59 +01:00
parent f724ebe158
commit a59c91f03d
+1
View File
@@ -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