summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-31 13:37:16 +0000
committerJim Meyering <jim@meyering.net>2003-01-31 13:37:16 +0000
commitd060450cc8accc7ba47fbd3a52f73d4a4a98c267 (patch)
treeaa33bf061ab86ec275a2d523ca93f2654a5b951e /ChangeLog
parentd85b93c0fb91e0f3d887830a4d6b206da3325b54 (diff)
downloadcoreutils-d060450cc8accc7ba47fbd3a52f73d4a4a98c267.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 818ab1c68..908728de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.5.5.
+ * src/du.c (main): Upon processing an invalid option or an invalid
+ --exclude-from or --max-depth option argument, don't exit right away,
+ in case there are others. Rather record the failure and exit after
+ processing other options.
+
* GNUmakefile (TAR_OPTIONS): Set and export, in order to make
tar archive easier to reproduce.