summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-24 11:44:16 +0000
committerJim Meyering <jim@meyering.net>2006-09-24 11:44:16 +0000
commit200aa48e15dd85b8d158a294ba0591307178a028 (patch)
tree5031487404c8f0c1a912fc3452517f0f0bc87739
parent867251d7250ea87617d971faa3234a91c9d587e7 (diff)
downloadcoreutils-200aa48e15dd85b8d158a294ba0591307178a028.tar.xz
* NEWS: Mention the improvement to sort.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS13
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fcfde53d9..5b371a5f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-09-24 Jim Meyering <jim@meyering.net>
+ * NEWS: Mention the improvement to sort.
+
* tests/tail-2/proc-ksyms: Require that /proc/ksyms be readable
as well as existing.
diff --git a/NEWS b/NEWS
index 62e516316..071023651 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,22 @@ GNU coreutils NEWS -*- outline -*-
* Major changes in release 6.3-cvs (2006-??-??) [stable]
+** Improved robustness
+
+ sort would fail to handle very large input (around 40GB) on systems with a
+ mkstemp function that returns a file descriptor limited to 32-bit offsets.
+
** Bug fixes
chmod would fail unnecessarily in an unusual case: when an initially-
inaccessible argument is rendered accessible by chmod's action on a
preceding command line argument. This bug also affects chgrp, but
- it is harder to demonstrate. It does not affect chown.
+ it is harder to demonstrate. It does not affect chown. The bug was
+ introduced with the switch from explicit recursion to the use of fts
+ in coreutils-5.1.0 (2003-10-15).
- cp -i and mv -i occasionally neglected to prompt when the copy or
- move action was bound to fail.
+ cp -i and mv -i occasionally neglected to prompt when the copy or move
+ action was bound to fail. This bug dates back to before fileutils-4.0.
* Major changes in release 6.2 (2006-09-18) [stable candidate]