diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-27 19:05:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-27 19:05:28 +0000 |
commit | c4bb860e0fbe87d9ffc994e15f9633416bc7e3f8 (patch) | |
tree | 9a169721b5c97a6cbe3e00649204900d6e9d7eac /ChangeLog | |
parent | e2ea930478bc72921454911b0ef495c903e85756 (diff) | |
download | coreutils-c4bb860e0fbe87d9ffc994e15f9633416bc7e3f8.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * Version 5.3.1-cvs. + * src/du.c: Go ahead and leave the patch in (i.e., revert + today's change). It doesn't cause a problem after all, since + --exclude-from=- is always handled before --files0-from=F. + * src/du.c: Revert the du.c part of the change from 2005-07-02: That change (to reopen stdin on F for --files0-from=F) made it so --exclude-from=- and --files0-from=F would not work together. |