summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-31 16:11:27 +0000
committerJim Meyering <jim@meyering.net>2002-08-31 16:11:27 +0000
commit24272cc948239b93d1ed05292e52ca7a657f6201 (patch)
treeb3c6c49de0833fabd8c0cd3c7715774f7f17e23c /ChangeLog
parent62808a7fb5cbb2d321719c0cba558f2ce8c90d24 (diff)
downloadcoreutils-24272cc948239b93d1ed05292e52ca7a657f6201.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84b97a37b..1441b32b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.5.1.
+ Symlinks were always reported as using 0 blocks.
+ * src/system.h (ST_NBLOCKS): Don't depend on file type.
+ This reverts the change of 2000-01-30.
+ Based on a report and patch from Neil Brown via Michael Stone.
+
* Most files: Change `exit (0)' to `exit (EXIT_SUCCESS)',
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.