diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-08 20:58:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-08 20:58:57 +0000 |
commit | de4224e5df1afeb989151932c6ff669970897b71 (patch) | |
tree | 803b70d2ccdb864a81a351f05b7f6b02f30d4c0d /NEWS | |
parent | 47d8cac5611feb6d6ec4f1c48f454f70883906c1 (diff) | |
download | coreutils-de4224e5df1afeb989151932c6ff669970897b71.tar.xz |
ls now defaults to --time-style='locale'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 6.0-cvs (????-??-??) [unstable] +** Changes in behavior + + ls now defaults to --time-style='locale', not --time-style='posix-long-iso'. + However, the 'locale' time style now behaves like 'posix-long-iso' + if your locale settings appear to be messed up. This change + attempts to have the default be the best of both worlds. + ** Scheduled for removal rm's --directory (-d) option is scheduled for removal in 2006. This |