summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-07-23 09:29:57 +0100
committerPádraig Brady <P@draigBrady.com>2012-07-23 09:54:18 +0100
commitd75e93cb76c504e766e317ea0891285e4510ae67 (patch)
treea313cdcfb5adb6cc94968e9f93a709b906860d4e /NEWS
parentf93d5985a2bc468f9f92f3bb8dedb0d3bf0807d8 (diff)
downloadcoreutils-d75e93cb76c504e766e317ea0891285e4510ae67.tar.xz
tests: add a test for a previously fixed output format bug in join
Add a test and NEWS entry for a bug inadvertently fixed in a refactoring in commit v8.9-32-gd4db0cb * tests/misc/join (v2-format): Add a new test. * THANKS.in: Add the reporter. * NEWS: Mention the old bug. * cfg.mk (old_NEWS_hash): Update. Reported-by: Jean-Pierre Tosoni
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 113b30a02..f1255eabb 100644
--- a/NEWS
+++ b/NEWS
@@ -477,6 +477,10 @@ GNU coreutils NEWS -*- outline -*-
join --header now skips the ordering check for the first line
even if the other file is empty. [bug introduced in coreutils-8.5]
+ join -v2 now ensures the default output format prints the match field
+ at the start of the line when it is different to the match field for
+ the first file. [bug present in "the beginning".]
+
rm -f no longer fails for EINVAL or EILSEQ on file systems that
reject file names invalid for that file system.