Updated to include details of latest contributor

This commit is contained in:
Andrew Wood
2021-09-08 17:26:13 +01:00
parent 6e24924a23
commit 386e3ac5fa
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -261,5 +261,7 @@ Credit is also due to:
Johannes Gerer <http://johannesgerer.com>
- suggested that "-B" should enable "-C"
Sam James
- provided fix for number.c build issue caused by missing stddef.h
-----------------------------------------------------------------------------
+3
View File
@@ -1,3 +1,6 @@
1.6.20 - NOT YET RELEASED
- fix: add missing stddef.h include to number.c (Sam James)
1.6.19 - 5 September 2021
- fix: starting pv in the background no longer immediately stops unless
the transfer is to/from the terminal (Andriy Gapon, Jonathan Elchison)
+1 -1
View File
@@ -1 +1 @@
1.6.19
1.6.20
+1 -1
View File
@@ -1,7 +1,7 @@
Begin3
Title: @PACKAGE@
Version: @VERSION@
Entered-date: 05SEP21
Entered-date: 08SEP21
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
+3
View File
@@ -46,6 +46,9 @@ make test
%doc README doc/NEWS doc/TODO doc/COPYING
%changelog
* Wed Sep 8 2021 Andrew Wood <andrew.wood@ivarch.com> 1.6.20-1
- fix: add missing stddef.h include to number.c (Sam James)
* Sun Sep 5 2021 Andrew Wood <andrew.wood@ivarch.com> 1.6.19-1
- fix: starting pv in the background no longer immediately stops unless
- the transfer is to/from the terminal (Andriy Gapon, Jonathan Elchison)