*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 13 May 2001 15:22:28 +0000 (15:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 May 2001 15:22:28 +0000 (15:22 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 6846856..f0b629a 100644 (file)
@@ -1,3 +1,11 @@
+2001-05-13  Jim Meyering  <meyering@lucent.com>
+
+       * tests/Fetish.pm (run_tests): Fail if any test name is longer
+       than 12 bytes.
+
+       * tests/ls-2/tests: Shorten test names so the length of a
+       resulting file name doesn't exceed 14.
+
 2001-05-12  Paul Eggert  <eggert@twinsun.com>
 
        * src/system.h (NODEV): New macro, if not already defined.
index a10c6cb..3d95331 100644 (file)
@@ -1,4 +1,7 @@
 [4.1.1]
+* ls's new --dereference-command-line option causes it to dereference
+  symbolic links on the command-line only.
+* ls -H now means the same as ls --dereference-command-line, as per POSIX.
 * ls -g now acts like ls -l, except it does not display owner, as per POSIX.
 * ls -n now implies -l, as per POSIX.