summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-07 17:17:54 +0000
committerJim Meyering <jim@meyering.net>2003-09-07 17:17:54 +0000
commitb628bdae1a47758a9501b0d30b16fc1ea0e62e63 (patch)
treeb460054dd782fa4465a473774da3b3e8472826fd /ChangeLog
parentfbb58571c6a1591ec31baa7dbcb6b4fdf80e12b8 (diff)
downloadcoreutils-b628bdae1a47758a9501b0d30b16fc1ea0e62e63.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fdbd358ba..510173fa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2003-09-07 Jim Meyering <jim@meyering.net>
+
* Version 5.0.91.
* Makefile.maint (po-check): Use cvsu, so that a temporary source
@@ -141,7 +142,9 @@
* 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.
- * tests/mv/vfat: Disabled test to demonstrate the above problem.
+ * tests/mv/vfat: Show how to demonstrate the above problem.
+ This test is not run.
+ * tests/mv/Makefile.am (EXTRA_DIST): Add vfat.
2003-08-27 Jim Meyering <jim@meyering.net>