Note the --pidfile change.

This commit is contained in:
Andrew Wood
2023-08-26 21:47:00 +01:00
parent fb8bea390c
commit 4854fcf3e0
+1
View File
@@ -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