From 1f96f368bdcb8463caff82f119a202bb5fdfec8d Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 5 Apr 2026 20:42:05 +0100 Subject: [PATCH] Note the correction to --pidfile error checking. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index f661892..f48dcd7 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,6 +1,7 @@ ### 1.11.0 - UNRELEASED * *feature:* new **--monitor** option to run a command and watch its input, output, or both ([#67](https://codeberg.org/ivarch/pv/issues/67)) + * *fix:* exit with an error if the PID file given to **--pidfile** cannot be replaced * *i18n:* Polish translations updated * *i18n:* Finnish translations updated * *cleanup:* fix GCC warning when using glibc 2.43 ([#180](https://codeberg.org/ivarch/pv/pulls/180))