diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:28:00 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:28:00 +0000 |
commit | dc640594264aca6329f473557acd6e0cada46e1b (patch) | |
tree | 1a3c909252ca784f56dcbf036e136c36cb884973 /doc/ChangeLog | |
parent | cd321e46606888e804a934c8f912c1ed158e49ec (diff) | |
download | coreutils-dc640594264aca6329f473557acd6e0cada46e1b.tar.xz |
Add shuf, better random number generation, and fix sort -R in
funny locales.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7ed09fb5d..3f0f26a32 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2006-08-08 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (shuf invocation, Random sources): New sections. + (Operating on sorted files): Add shuf. + (sort invocation, shred invocation): New option --random-source. + (sort invocation): Fix typo: -R -> -r. + 2006-07-28 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (install invocation, mkdir invocation): |