]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 4 Jan 2001 14:00:07 +0000 (14:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Jan 2001 14:00:07 +0000 (14:00 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index a7f0b2cdcac6ee3bc95044376dffe3af7758ef77..ba9e0c6977e6e246fbedd50df2bdc3b5cf57cf29 100644 (file)
@@ -2,6 +2,12 @@
 
        * Version 4.0.36.
 
+2001-01-03  Paul Eggert  <eggert@twinsun.com>
+
+       * NEWS: Document the planned --full-time change.
+       * doc/fileutils.texi: Likewise.
+       * NEWS: Document that time stamps depend on LC_TIME, not LC_MESSAGES.
+
 2001-01-03  Paul Eggert  <eggert@twinsun.com>
 
        Use the more precise algorithm of GNU "make" to decide whether
index 559ee5dca8d7a54c6280c0e55dacec8677d96e78..386162351f048a52e4342ba28723a1cd5e785e9a 100644 (file)
@@ -1,5 +1,9 @@
 Changes in release 4.01:
 [4.0.36]
+* The manual now warns that ls's --full-time format string is planned
+  to change in a future release.
+* ls -l's time stamp format now depends on LC_TIME, not LC_MESSAGES,
+  as POSIX requires.
 * ls -l now reports the year for files even slightly in the future, as
     POSIX requires.  This helps warn users about clock skew problems.
 * `cp -d file symlink-to-some-other-file' no longer fails