doc: document the date(1) bug with empty format directives

* NEWS: Mention the bug fix.
This commit is contained in:
Pádraig Brady 2025-12-25 14:30:01 +00:00
parent 78c8447a98
commit 7c1bc64d38

3
NEWS
View File

@ -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]