From: Jim Meyering Date: Sun, 16 Nov 2003 21:12:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=013733b29b68ef91869c35c6881c14c95eea6e0b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 0452a12517..b056222ff2 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ GNU coreutils NEWS -*- outline -*- ** New features + csplit no longer reads from freed memory (dumping core on some systems) + chgrp, chmod, and chown can now process (with -R) hierarchies of virtually unlimited depth. Before, they would fail to operate on any file they encountered with a relative name of length PATH_MAX (often 4096) or longer.