From: Pádraig Brady
Date: Thu, 25 Dec 2025 14:30:01 +0000 (+0000) Subject: doc: document the date(1) bug with empty format directives X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1bc64d384678998f7a3e85301350ca5e258916;p=thirdparty%2Fcoreutils.git doc: document the date(1) bug with empty format directives * NEWS: Mention the bug fix. --- diff --git a/NEWS b/NEWS index 58cf776a9e..b82601680c 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + 'date' no longer fails with format directives that return an empty string. + [bug introduced in coreutils-9.9] + du and ls no longer modify strings returned by getenv. POSIX says this is not portable. [bug introduced in fileutils-4.1.6]