Added details of latest pull request

This commit is contained in:
Andrew Wood
2023-07-16 00:56:24 +01:00
parent 94a9f658e1
commit 04ea58f786
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
UNRELEASED
* The "`--watchfd`" option will now show relative filenames, if they are under the current directory (patch supplied by [ikasty](https://github.com/ikasty))
* support for Red Hat Enterprise Linux and its derivatives has been dropped; removed the RPM spec file, and will no longer build binaries
* dropped: support for Red Hat Enterprise Linux and its derivatives has been dropped; removed the RPM spec file, and will no longer build binaries
* fix: correction to `pv_in_foreground()` to behave as its comment block says it should, when not on a terminal - corrects [GH#19 "No output in Arch Linux initcpio after 1.6.6"](https://github.com/a-j-wood/pv/issues/19), [GH#55 "pv Stopped Working in the Background"](https://github.com/a-j-wood/pv/issues/55) (pull request [#64](https://github.com/a-j-wood/pv/pull/64) supplied by [quitschbo](https://github.com/quitschbo))
* feature: the "`--watchfd`" option will now show relative filenames, if they are under the current directory (pull request [#66]() supplied by [ikasty](https://github.com/ikasty))
* docs: moved all open issues into GitHub and updated the TODO list
* docs: renamed README to README.md and altered it to Markdown format
* docs: moved contributors from the README to docs/ACKNOWLEDGEMENTS.md
-1
View File
@@ -7,7 +7,6 @@ Bugs
* (GH#13) Use `clock_gettime()` in ETA calculation to cope with machine suspend/resume (Mateju Miroslav)
* (GH#16) Show days in same format in ETA as in elapsed time
* (GH#18) No output in Cygwin from 1.6.19 onwards (Jacek M. Holeczek)
* (GH#19) No output in Arch Linux initcpio after 1.6.6 (lacsaP)
* (GH#20) Terminal state is not restored correctly in all cases (VA)
* (GH#23) No output with "`-f`" when run in background after 1.6.6 (gray)
* (GH#24) Race condition with multiple "`pv -c`" leaves terminal state inconsistent (Lars Ellenberg, Viktor Ashirov)