diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-04 11:48:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-04 11:48:40 +0000 |
commit | e5860d52f858ff5e3b6c977506e510d3df55f25e (patch) | |
tree | 059d00470f81232fe0d55f19efb362416d68ea7e /ChangeLog | |
parent | e295f4f388d9ab0e0bdafd97c1ac9fc8f38edc5e (diff) | |
download | coreutils-e5860d52f858ff5e3b6c977506e510d3df55f25e.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-02-04 Jim Meyering <jim@meyering.net> + + * Version 4.5.6. + + `df /dev/block-or-char-device-file--not-mounted' now reports + the name of the file system on which the file resides, usually `/'. + Before, it would leave the `Mounted on' field blank. + * src/df.c (show_disk): Move function to precede find_mount_point. + (show_disk): Add parameter: STATP. + If we don't find a matching device name, then resort to calling + find_mount_point. + +2003-02-03 Andreas Schwab <schwab@suse.de> + + * tests/rm/cycle: Require non-root. + * tests/rm/isatty: Likewise. + 2003-02-02 Jim Meyering <jim@meyering.net> * Version 4.5.5. |