summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-08 08:01:23 +0000
committerJim Meyering <jim@meyering.net>2002-07-08 08:01:23 +0000
commita18abe21f77b7b66edf54e2fd28ebeba32f591c0 (patch)
tree5727a1b5bb15307fb257104c8e93a4a008a93768 /old/fileutils/NEWS
parentce7f59f2ffa867dea6a89826c8b679515034dfc4 (diff)
downloadcoreutils-a18abe21f77b7b66edf54e2fd28ebeba32f591c0.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 042586501..6f1ca329f 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,5 +1,11 @@
[4.1.10]
+* New ls time style: long-iso, which generates YYYY-MM-DD HH:MM.
+* Any time style can be preceded by "posix-"; this causes "ls" to
+ use traditional timestamp format when in the POSIX locale.
+* The default time style is now posix-long-iso instead of posix-iso.
+ Set TIME_STYLE="posix-iso" to revert to the behavior of 4.1.1 thru 4.1.9.
* `rm dangling-symlink' doesn't prompt [introduced in 4.1.9]
+* stat: remove support for --secure/-s option and related %S and %C format specs
* stat: rename --link/-l to --dereference/-L.
The old options will continue to work for a while.
[4.1.9]