From 4854fcf3e00b8f71fcc169a846adaa4cd09b0c69 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 26 Aug 2023 21:47:00 +0100 Subject: [PATCH] Note the --pidfile change. --- doc/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/NEWS.md b/doc/NEWS.md index 580a5de..1b3e730 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -6,6 +6,7 @@ * cleanup: replaced *AC_HEADER_TIOCGWINSZ* with *AC_CHECK_HEADERS(sys/ioctl.h)* for better MacOS compatibility ([#74](https://codeberg.org/a-j-wood/pv/issues/74)) * cleanup: with "`--sync`", call `fsync()` instead of `fdatasync()` on incapable systems ([#73](https://codeberg.org/a-j-wood/pv/issues/73)) * cleanup: keep self-contained copies of name and format string in PV internal state for memory safety + * cleanup: with "`--pidfile`", write to a temporary file and rename it into place, to improve security * misc: moved from GitHub to Codeberg; updated issue tracking links in documentation 1.7.24 - 30 July 2023