From 2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d Mon Sep 17 00:00:00 2001 From: Pádraig Brady
Date: Mon, 28 May 2012 02:43:06 +0100 Subject: cksum: line-buffer the printed checksums This utility was inadvertently omitted from commit v8.0-34-g710fe41 * src/cksum.c (main): Set stdout to line buffered mode, to ensure parallel running instances don't intersperse their output. * NEWS: Mention the fix. * THANKS.in: Add Anoop. Reported by Anoop Sharma. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 78e1d72fe..daea54997 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cksum now prints checksums atomically so that concurrent + processes will not intersperse their output. + [the bug dates back to the initial implementation] + ls --color would mis-color relative-named symlinks in / [bug introduced in coreutils-8.17] -- cgit v1.2.3-70-g09d2