From 729fc106744653dddc4475989ab026bddca3ba08 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 16 Jul 2024 22:03:56 +0100 Subject: [PATCH] News item and acknowledgement for zero write bug fix (#92). --- docs/ACKNOWLEDGEMENTS.md | 1 + docs/NEWS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/ACKNOWLEDGEMENTS.md b/docs/ACKNOWLEDGEMENTS.md index 78a8e33..be0da6b 100644 --- a/docs/ACKNOWLEDGEMENTS.md +++ b/docs/ACKNOWLEDGEMENTS.md @@ -93,5 +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)) --- diff --git a/docs/NEWS.md b/docs/NEWS.md index d1654d9..0bc37ed 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,6 +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 request [#92](https://codeberg.org/a-j-wood/pv/pulls/92)) ### 1.8.10 - 15 June 2024