From aa07373c4e0a1cacb4666ebf9fd4841eafad1940 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Thu, 3 Oct 2024 11:52:30 +0100 Subject: [PATCH] Removed TODO.md, since it is just an outdated copy of the issue tracker. --- Makefile.am | 2 +- README.md | 2 +- docs/DEVELOPERS.md | 5 ++--- docs/NEWS.md | 1 + docs/TODO.md | 33 --------------------------------- 5 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644 docs/TODO.md diff --git a/Makefile.am b/Makefile.am index c5b67ae..1cd746e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = po bin_PROGRAMS = pv -dist_doc_DATA = README.md docs/INSTALL docs/COPYING docs/NEWS.md docs/ACKNOWLEDGEMENTS.md docs/DEVELOPERS.md docs/TODO.md docs/benchmark.sh +dist_doc_DATA = README.md docs/INSTALL docs/COPYING docs/NEWS.md docs/ACKNOWLEDGEMENTS.md docs/DEVELOPERS.md docs/benchmark.sh dist_man1_MANS = docs/pv.1 EXTRA_DIST = docs/pv.1.md diff --git a/README.md b/README.md index f72e5bf..4215fbc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ completion it is, and an estimate of how long it will be until completion. A manual page is included in this distribution ("`man pv`"). Before installation, it is in "[docs/pv.1](./docs/pv.1.md)". -Changes are listed in "[docs/NEWS.md](./docs/NEWS.md)". The to-do list is "[docs/TODO.md](./docs/TODO.md)". +Changes are listed in "[docs/NEWS.md](./docs/NEWS.md)". Developers and translators, please see "[docs/DEVELOPERS.md](./docs/DEVELOPERS.md)". diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md index a61d291..b1f49bb 100644 --- a/docs/DEVELOPERS.md +++ b/docs/DEVELOPERS.md @@ -138,7 +138,6 @@ The package maintainer should run through these steps for a new release: * Version bump and documentation checks: * Update the version in `configure.ac` and `docs/NEWS.md` * Check that `docs/NEWS.md` is up to date - * Check that `docs/TODO.md` is up to date * Check that the manual `docs/pv.1` is up to date * Run "`make docs/pv.1.md`" and, if using VPATH, copy the result to the source directory * Check that the year displayed by src/main/version.c is correct @@ -151,8 +150,8 @@ The package maintainer should run through these steps for a new release: * Run "`make release MAINTAINER=`" * Update the project web site: * Copy the release `.tar.gz`, `.txt`, and `.asc` files to the web site - * Use "`pandoc --from markdown --to html`" to convert the TODO, news, and manual to HTML - * Update the TODO, news, and manual on the web site + * Use "`pandoc --from markdown --to html`" to convert the news and manual to HTML + * Update the news and manual on the web site * Update the version numbers on the web site * Update the package index on the web site * Create a new release in the repository, and apply the associated tag diff --git a/docs/NEWS.md b/docs/NEWS.md index 263bd8a..64748b1 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,6 +1,7 @@ ### UNRELEASED * fix: complete set of German translations supplied by Hartmut Goebel ([#98](https://codeberg.org/a-j-wood/pv/pulls/98)) + * cleanup: removed TODO.md, since it's just an outdated copy of the issue tracker ### 1.8.14 - 7 September 2024 diff --git a/docs/TODO.md b/docs/TODO.md deleted file mode 100644 index ed5ffcf..0000000 --- a/docs/TODO.md +++ /dev/null @@ -1,33 +0,0 @@ -Things still to do. (#n) indicates the issue tracker number. - - * ([#3](https://codeberg.org/a-j-wood/pv/issues/3)) Option ("`-x`"?) to use xterm title line for status (Joachim Haga) - * ([#4](https://codeberg.org/a-j-wood/pv/issues/4)) Option for process title (Martin Sarsale) as "`pv - name:FooProcess -xyz - transferred: 1.3GB - 500KB/s - running: 10:15:30s`" - * ([#9](https://codeberg.org/a-j-wood/pv/issues/9)) Option to switch rate to per minute if really slow - * ([#10](https://codeberg.org/a-j-wood/pv/issues/10)) Add watchfd tests - * ([#11](https://codeberg.org/a-j-wood/pv/issues/11)) Option "`--progress-from FILE`", read last number and use it as bytes read (Jacek Wielemborek) - * ([#12](https://codeberg.org/a-j-wood/pv/issues/12)) Allow multiple "`-d`" options (Linus Heckemann for multiple PID:FD; Jacek Wielemborek) - * ([#15](https://codeberg.org/a-j-wood/pv/issues/15)) Use Unicode for more granular progress bar (Alexander Petrossian) - * ([#17](https://codeberg.org/a-j-wood/pv/issues/17)) Allow "`-r`" with "`-l`" and "`-n`" to output lines/sec (Roland Kletzing) - * ([#22](https://codeberg.org/a-j-wood/pv/issues/22)) Options to skip input and seek on output (Jason A. Pfeil, Feb 2022) - * ([#25](https://codeberg.org/a-j-wood/pv/issues/25)) Normalise progress to 100% on overrun (Andrej Gantvorg) - * ([#35](https://codeberg.org/a-j-wood/pv/issues/35)) Allow decimal values for "`-s`", "`-L`", "`-B`" (Thomas Watson - Aug 2020) - * ([#38](https://codeberg.org/a-j-wood/pv/issues/38)) Reset ETA on *SIGUSR1* (Jacek Wielemborek - Jan 2019) - * ([#40](https://codeberg.org/a-j-wood/pv/issues/40)) Permit "`-c`" with "`-d PID:FD`", reject "`-N`" with "`-d PID`" (Norman Rasmussen - Nov 2020) - * ([#43](https://codeberg.org/a-j-wood/pv/issues/43)) Differentiate between "`--eta`" and "`--fineta`" in display (André Stapf - Apr 2017) - * ([#45](https://codeberg.org/a-j-wood/pv/issues/45)) Option "`--sparse`" (with block size option) to write sparse output (Andriy Galetski - Apr 2019) - * ([#46](https://codeberg.org/a-j-wood/pv/issues/46)) Option to show speed gauge (% max speed) if progress not known (Ryan Cooley - Jun 2019) - * ([#47](https://codeberg.org/a-j-wood/pv/issues/47)) Analyse splice and buffer usage to improve performance - * ([#48](https://codeberg.org/a-j-wood/pv/issues/48)) Option to show multiple files with individual sizes and a cumulative total (Zach Riggle - Jul 2021) - * ([#49](https://codeberg.org/a-j-wood/pv/issues/49)) Option to provide stats for avg/min/max/stddev throughput (Venky.N.Iyer) - * ([#50](https://codeberg.org/a-j-wood/pv/issues/50)) Allow pv to report on a whole pipeline at once (Will Entriken - Feb 2011) - * ([#52](https://codeberg.org/a-j-wood/pv/issues/52)) Strange race condition that affects --wait when writing to GnuPG ([danielyli](https://github.com/danielyli)) - * ([#54](https://codeberg.org/a-j-wood/pv/issues/54)) Run command every n percent ([haarp](https://github.com/haarp)) - * ([#56](https://codeberg.org/a-j-wood/pv/issues/56)) Support for backgrounding pv, and allowing it to be monitored separately ([jimbobmcgee](https://github.com/jimbobmcgee)) - * ([#59](https://codeberg.org/a-j-wood/pv/issues/59)) Slow transfer under termux but faster if strace is used ([lateautumn233](https://github.com/lateautumn233)) - * ([#67](https://codeberg.org/a-j-wood/pv/issues/67)) Wrap another process to monitor its stdin & stdout ([Alex Mason](https://github.com/axman6)) - * ([#81](https://codeberg.org/a-j-wood/pv/issues/81)) Keep last output on terminal when "`pv -d`" is done ([KimHansen](https://codeberg.org/KimHansen)) - * ([#84](https://codeberg.org/a-j-wood/pv/issues/84)) Allow using "`--size`" with "`--watchfd`" to show total progress of a process ([tbertels](https://codeberg.org/tbertels)) - * ([#87](https://codeberg.org/a-j-wood/pv/issues/87)) Inconsistent buffer filling when writes are stuck, particularly on Cygwin ([basinilya](https://codeberg.org/basinilya)) - * ([#89](https://codeberg.org/a-j-wood/pv/issues/89)) Intermittent terminal settings reset failures after multi PV pipeline completes ([stdedos](https://codeberg.org/stdedos)) - -Any assistance would be appreciated.