From 5053cffdad911f33896fe6dece18262bfa0f11b1 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 17 Jul 2024 07:45:13 +0100 Subject: [PATCH] Further clarification of #92, #93. --- docs/ACKNOWLEDGEMENTS.md | 2 +- docs/NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ACKNOWLEDGEMENTS.md b/docs/ACKNOWLEDGEMENTS.md index be0da6b..b6892b1 100644 --- a/docs/ACKNOWLEDGEMENTS.md +++ b/docs/ACKNOWLEDGEMENTS.md @@ -93,6 +93,6 @@ is acknowledged and greatly appreciated: * [kevinruddy](https://codeberg.org/kevinruddy) - added decimal units option ([#85](https://codeberg.org/a-j-wood/pv/pulls/85)) * [xmort](https://codeberg.org/xmort) - added "`--output`" option ([#90](https://codeberg.org/a-j-wood/pv/pulls/90)) * [bogiord](https://codeberg.org/bogiord) - reported the loss of output block device size detection in 1.8.10, and suggested the fix ([#91](https://codeberg.org/a-j-wood/pv/issues/91)) - * [eborisch](https://codeberg.org/eborisch) - provided fix for misbehaviour when used with "`zfs send`" due to treating zero writes as end of file ([#92](https://codeberg.org/a-j-wood/pv/pulls/92)) + * [eborisch](https://codeberg.org/eborisch) - provided fix for misbehaviour when used with "`zfs send`" due to treating zero sized writes (generally due to timer interruption) as end of file ([#92](https://codeberg.org/a-j-wood/pv/pulls/92), [#93](https://codeberg.org/a-j-wood/pv/pulls/93)) --- diff --git a/docs/NEWS.md b/docs/NEWS.md index eb39c70..46315fc 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,7 +1,7 @@ ### UNRELEASED * fix: correct the detection of output block device size that was broken in 1.8.10 ([#91](https://codeberg.org/a-j-wood/pv/issues/91)) - * fix: do not treat a zero write as an end of file (pull requests [#92](https://codeberg.org/a-j-wood/pv/pulls/92) and [#93](https://codeberg.org/a-j-wood/pv/pulls/93)) + * fix: do not treat a zero/interrupted write as an end of file (pull requests [#92](https://codeberg.org/a-j-wood/pv/pulls/92) and [#93](https://codeberg.org/a-j-wood/pv/pulls/93)) ### 1.8.10 - 15 June 2024