summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-20 11:18:54 +0000
committerJim Meyering <jim@meyering.net>1999-11-20 11:18:54 +0000
commit07632c3ed9603aeb01ec25682e0c1f89550417f8 (patch)
tree88d9978adf1d1faefe86937eb942ae924da1ee95 /old
parent808aa68e9c33966a9b139575859c6f421fecad13 (diff)
downloadcoreutils-07632c3ed9603aeb01ec25682e0c1f89550417f8.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 6aff12488..7dd509e84 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.