summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-19 07:40:55 +0000
committerJim Meyering <jim@meyering.net>2003-09-19 07:40:55 +0000
commit8f51c46818600b35a8cb4b756e7538629ad0866c (patch)
tree6ac8beeadea61e029749838ef6d475394a2711d8 /ChangeLog
parent969d9407d328f953ab2487da4604228afb906415 (diff)
downloadcoreutils-8f51c46818600b35a8cb4b756e7538629ad0866c.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5c567e75..64ee8d3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 5.0.92.
+ `du -D symlink-to-dir' would mistakenly omit the slash in
+ lines like this: 24 symlink-to-dir/subdir
+ * src/du.c (process_file): Fix offset calculation.
+ Reported by Jeff Sheinberg as Debian bug #211591;
+ http://bugs.debian.org/205251
+
* src/du.c (process_file): Remove useless disjunct.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Rename parameter, Authors,