From: Jim Meyering Date: Fri, 29 Sep 2006 21:37:18 +0000 (+0000) Subject: * NEWS: Mention Paul's fix (to gnulib's canon-host.c) for X-Git-Tag: v6.3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e245139e462895c7720381a4a94833f8c4c4932c;p=thirdparty%2Fcoreutils.git * NEWS: Mention Paul's fix (to gnulib's canon-host.c) for the pinky segfault. --- diff --git a/ChangeLog b/ChangeLog index 9973e78216..815665cd71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-29 Jim Meyering + * NEWS: Mention Paul's fix (to gnulib's canon-host.c) for + the pinky segfault. + * tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that use .1 as the increment. Actual output varies too much. [eq-wid-3]: New, commented out test. diff --git a/NEWS b/NEWS index 7a93f63133..9d25d12ef3 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Improved robustness + pinky no longer segfaults on Darwin 7.9.0 (MacOS X 10.3.9) due to a + buggy native getaddrinfo function. + rm works around a bug in Darwin 7.9.0 (MacOS X 10.3.9) that would sometimes keep it from removing all entries in a directory on an HFS+ or NFS-mounted partition.