*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 2 Sep 2003 21:48:18 +0000 (21:48 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Sep 2003 21:48:18 +0000 (21:48 +0000)
ChangeLog

index a9a973ae7fed82b3f4bb6bf00fb7c554bee914fe..bdaedef31018511c2396b3f1a0129a6404cb7fdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-02  Jim Meyering  <jim@meyering.net>
+
+       * Version 5.0.91.
+
 2003-08-22  Lawrence Teo  <lcteo@uncc.edu>
 
        * src/md5sum.c (split_3): Accept the BSD format for generic
@@ -16,8 +20,6 @@
 
 2003-08-30  Jim Meyering  <jim@meyering.net>
 
-       * Version 5.0.91.
-
        * src/ln.c (do_link): Use SAME_INODE rather than open-coding it.
 
        When source and destination arguments refer to the same file, reside
@@ -25,7 +27,8 @@
        same directory entry (often due to variations in case), and when the
        link count for the file is 1, mv no longer unlinks the file.
        FIXME: this is a band-aid fix.  If the file happens to have a link
-       count of 2 or greater, mv will still unlink it.
+       count of 2 or greater, mv will still unlink it.  Although that is
+       not possible on VFAT, it is possible on other offending file systems.
        * src/copy.c (same_file_ok): Invoke same_name (which might still
        return false for names that refer to the same directory entry)
        only if the link count is 2 or more.