diff options
author | Pádraig Brady <P@draigBrady.com> | 2017-01-21 15:15:26 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2017-01-21 15:17:47 +0000 |
commit | 662470cd824a5e1613f2a11acd3cecb9c76ed018 (patch) | |
tree | 2f70a5a9831e73edcc45481df2e7ef70bf3ea1be /NEWS | |
parent | bd9beb510225a05fdfc581627df03e5a08ec408f (diff) | |
download | coreutils-662470cd824a5e1613f2a11acd3cecb9c76ed018.tar.xz |
maint: mention the recent date time zone bug fix
* NEWS: Add the bug fix from commit v8.26-27-gb14be50
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + date again converts from a specified time zone. Previously output was + not converted to the local time zone, and remained in the specified one. + [bug introduced in coreutils-8.26] + factor no longer goes into an infinite loop for certain numbers like 158909489063877810457 and 222087527029934481871. [bug introduced in coreutils-8.20] |