From 0e9e21139dc19f81d38957035a4ba603917cb77b Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sun, 5 Jan 2025 14:48:44 +0200 Subject: Bug fix for `--forward` `--forward` used printf for outputting data to stdout, which failed with binary data that didn\'t first of all neccessarily contain null bytes and secondly could contain unexpected null bytes. Also fixed the trailing newline appended to files when using `--forward`. That bug in turn was caused by the newline getting sent to the wrong place - it was meant to the user. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index de272e3..21caa6c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -stdu 1.1.0 README +stdu 1.1.1 README ================= `stdu` is a program for monitoring the amount of -- cgit v1.2.3