From 5475591abf5dee8eb0f559bd6c0620ad3f498250 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 10 Mar 2023 15:53:31 -0800 Subject: Version 3 is released. --- LICENSE | 2 +- Makefile | 6 +++--- pw-relnotes.5 | 11 ++++++++--- pw.1 | 6 +++--- pw.c | 2 +- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 868282d..8f1f9e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Pipe Watch ("pw") -Copyright 2022 Kaz Kylheku +Copyright 2022-2023 Kaz Kylheku BSD-2 License diff --git a/Makefile b/Makefile index 5095265..f85adbf 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -PW_SHA256 := 6183b695423a69fdd15f56a31e013e703736f37806499c158566c51c4aef654a +PW_SHA256 := 7361c87eb5e55240a3afbf7f41bc2a08f93e392414103075d3929b5fd53e021c NEEDED_CFLAGS := -std=c99 -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__ ifeq ($(shell sha256sum pw.c),$(PW_SHA256) pw.c) -PW_VERSION := 2 +PW_VERSION := 3 else -PW_VERSION := 2-$(shell git rev-parse --short HEAD) +PW_VERSION := 3-$(shell git rev-parse --short HEAD) PW_VERSION := $(PW_VERSION)$(shell git diff --quiet || printf -- "-dirty") endif CFLAGS ?= -g -O2 -W -Wall diff --git a/pw-relnotes.5 b/pw-relnotes.5 index b81dcf6..f7e3ed3 100644 --- a/pw-relnotes.5 +++ b/pw-relnotes.5 @@ -24,14 +24,19 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. -.TH PW-RELNOTES 5 "15 Jun 2022" "Version 2" "Pipe Watch Release Notes" +.TH PW-RELNOTES 5 "10 Mar 2023" "Version 3" "Pipe Watch Release Notes" .SH DESCRIPTION This document provides release notes for the .I pw utility. -.SH CHANGES IN VERSION 2 +.SH CHANGES IN VERSION 3 (2023-03-10) + +.IP 1. +A bogus time calculation in the long timeout interval logic was fixed. + +.SH CHANGES IN VERSION 2 (2022-07-15) .IP 1. The original @@ -47,4 +52,4 @@ a separate command history from trigger patterns. Kaz Kylheku .SH COPYRIGHT -Copyright 2022, BSD2 License. +Copyright 2022-2023, BSD2 License. diff --git a/pw.1 b/pw.1 index 1f23ca2..c3f01c9 100644 --- a/pw.1 +++ b/pw.1 @@ -1,5 +1,5 @@ .\" Pipe Watch ("pw") -.\" Copyright 2022 Kaz Kylheku +.\" Copyright 2022-2023 Kaz Kylheku .\" .\" BSD-2 License .\" @@ -24,7 +24,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. -.TH PW 1 "15 Jun 2022" "Version 2" "Pipe Watch" +.TH PW 1 "10 Mar 2022" "Version 3" "Pipe Watch" .SH NAME pw \- Pipe Watch: monitor recent lines of output from pipe @@ -1139,4 +1139,4 @@ the same by coincidence. Kaz Kylheku .SH COPYRIGHT -Copyright 2022, BSD2 License. +Copyright 2022-2023, BSD2 License. diff --git a/pw.c b/pw.c index 44d0faa..0a75cb2 100644 --- a/pw.c +++ b/pw.c @@ -1,5 +1,5 @@ // Pipe Watch ("pw") -// Copyright 2022 Kaz Kylheku +// Copyright 2022-2023 Kaz Kylheku // // BSD-2 License // -- cgit v1.2.3