From: Jim Meyering Date: Sat, 20 Nov 1999 11:18:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07632c3ed9603aeb01ec25682e0c1f89550417f8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 6aff124880..7dd509e842 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -9,6 +9,8 @@ Changes in release 4.1: only the symlink. * `install -d -g foo 1/2' now sets the `group' of the final component as well as that of the leading one. +* df, du, and ls no longer divide by zero when an invalid block size is + specified through an environment variable * under certain conditions, chgrp would fail to affect files referenced through symlinks. Now it does. * ln now makes hard links to symlinks on systems that support it.