diff --git a/doc/NEWS.md b/doc/NEWS.md index 148ee0f..504e388 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -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 diff --git a/doc/TODO.md b/doc/TODO.md index d8cae6e..62780b9 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -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)