From: Pádraig Brady
Date: Sat, 21 Jan 2017 15:15:26 +0000 (+0000) Subject: maint: mention the recent date time zone bug fix X-Git-Tag: v8.27~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662470cd824a5e1613f2a11acd3cecb9c76ed018;p=thirdparty%2Fcoreutils.git maint: mention the recent date time zone bug fix * NEWS: Add the bug fix from commit v8.26-27-gb14be50 --- diff --git a/NEWS b/NEWS index ef91b84b5a..24082f5be3 100644 --- a/NEWS +++ b/NEWS @@ -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]