From 386e3ac5fa784236052718210587f08125f5241d Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 8 Sep 2021 17:26:13 +0100 Subject: [PATCH] Updated to include details of latest contributor --- README | 2 ++ doc/NEWS | 3 +++ doc/VERSION | 2 +- doc/lsm.in | 2 +- doc/spec.in | 3 +++ 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README b/README index 31cd021..e537f2f 100644 --- a/README +++ b/README @@ -261,5 +261,7 @@ Credit is also due to: Johannes Gerer - suggested that "-B" should enable "-C" + Sam James + - provided fix for number.c build issue caused by missing stddef.h ----------------------------------------------------------------------------- diff --git a/doc/NEWS b/doc/NEWS index e63dd6c..e2789a3 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -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) diff --git a/doc/VERSION b/doc/VERSION index e55f803..c45801e 100644 --- a/doc/VERSION +++ b/doc/VERSION @@ -1 +1 @@ -1.6.19 +1.6.20 diff --git a/doc/lsm.in b/doc/lsm.in index ced42be..5480ec8 100644 --- a/doc/lsm.in +++ b/doc/lsm.in @@ -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 diff --git a/doc/spec.in b/doc/spec.in index 9bdb353..f3cca95 100644 --- a/doc/spec.in +++ b/doc/spec.in @@ -46,6 +46,9 @@ make test %doc README doc/NEWS doc/TODO doc/COPYING %changelog +* Wed Sep 8 2021 Andrew Wood 1.6.20-1 +- fix: add missing stddef.h include to number.c (Sam James) + * Sun Sep 5 2021 Andrew Wood 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)