summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-04 11:48:40 +0000
committerJim Meyering <jim@meyering.net>2003-02-04 11:48:40 +0000
commite5860d52f858ff5e3b6c977506e510d3df55f25e (patch)
tree059d00470f81232fe0d55f19efb362416d68ea7e /ChangeLog
parente295f4f388d9ab0e0bdafd97c1ac9fc8f38edc5e (diff)
downloadcoreutils-e5860d52f858ff5e3b6c977506e510d3df55f25e.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac40b20d..c3207f595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.