diff --git a/doc/ACKNOWLEDGEMENTS.md b/doc/ACKNOWLEDGEMENTS.md index 0874f05..b4a0463 100644 --- a/doc/ACKNOWLEDGEMENTS.md +++ b/doc/ACKNOWLEDGEMENTS.md @@ -82,5 +82,6 @@ is acknowledged and greatly appreciated: * [Dave Beckett](https://github.com/dajobe) - added "`@filename`" syntax to "`--size`", and corrected an autoconf problem with stat64 on OS X * [Volodymyr Bychkovyak](https://github.com/vbychkoviak) - provided fix for rate limit behaviour with bursty traffic * [Nick Black](https://nick-black.com) - added "`--bits`" option + * [Andrew Schulman](https://github.com/andrew-schulman) - provided reproducible example of terminal size detection issue in 1.7.17/1.7.18 --- diff --git a/doc/NEWS.md b/doc/NEWS.md index 7cea25f..65f9bd0 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,4 +1,5 @@ -0.0.20230729-UNRELEASED +1.7.24 - 30 July 2023 + * fix: correct terminal size detection, broken in 1.7.17 by the configuration script rewrite * security: removed *DEBUG* environment variable in debug mode, added "`--debug`" instead * cleanup: added "`make analyse`" to run "`splint`" and "`flawfinder`" on all source files * cleanup: corrected detection of boolean capability diff --git a/doc/TODO.md b/doc/TODO.md index fc3cd3b..f574cbc 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -8,7 +8,6 @@ Bugs * ([GH#20](https://github.com/a-j-wood/pv/issues/20)) Terminal state is not restored correctly in all cases (VA) * ([GH#24](https://github.com/a-j-wood/pv/issues/24)) Race condition with multiple "`pv -c`" leaves terminal state inconsistent (Lars Ellenberg, Viktor Ashirov) * ([GH#34](https://github.com/a-j-wood/pv/issues/34)) Continue timer even if input or output is blocking (Martin Probst - Jun 2017) - * ([GH#71](https://github.com/a-j-wood/pv/issues/71)) Debian complains about old OpenPGP signatures Feature requests ---------------- diff --git a/doc/VERSION b/doc/VERSION index 1276983..384e29d 100644 --- a/doc/VERSION +++ b/doc/VERSION @@ -1 +1 @@ -0.0.20230729-UNRELEASED +1.7.24 diff --git a/doc/lsm.in b/doc/lsm.in index a28cd9d..5eeb0ad 100644 --- a/doc/lsm.in +++ b/doc/lsm.in @@ -1,7 +1,7 @@ Begin3 Title: @PACKAGE@ Version: @VERSION@ -Entered-date: 28JUL23 +Entered-date: 30JUL23 Description: A tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how