From 3de15598304c141bdac5a3545874bab035536d88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 16 Jun 2008 13:03:07 +0200 Subject: chcon: correct --verbose output to include newlines * src/chcon.c (process_file): Append "\n" to --verbose diagnostic. * tests/misc/chcon: Add a test for the above. * NEWS: mention the bug fix Reported by Carl D. Roth in http://bugzilla.redhat.com/451478. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3f2a8db74..fe33814e3 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + chcon --verbose now prints a newline after each message + od no longer suffers from platform bugs in printf(3). This is probably most noticeable when using 'od -tfL' to print long doubles. -- cgit v1.2.3-54-g00ecf