Updated to include details of latest contributor
This commit is contained in:
@@ -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
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
1.6.19
|
||||
1.6.20
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user