Note the timer addition to splice (and copy_file_range) to match what happens with a write.

This commit is contained in:
Andrew Wood
2026-06-06 00:52:37 +01:00
parent d075ddf1ed
commit 827614dd66
+1
View File
@@ -10,6 +10,7 @@
* *fix:* prevent an endless wait if there is unread data in the output pipe when its reader terminates ([#189](https://codeberg.org/ivarch/pv/issues/189))
* *fix:* prevent `splice()` falling back to `read()` when using **--rate-limit**
* *fix:* stop spliced transfers requiring two EOFs when the input is a terminal
* *fix:* add timer interrupt to spliced transfers to avoid progress display lockup when the receiver stalls
* *fix:* exit with an error if the PID file given to **--pidfile** cannot be replaced
* *fix:* correct the **--help** word wrapping on very small terminals
* *i18n:* Polish translations updated