]> Dogcows Code - chaz/tar/blobdiff - NEWS
Fix undesired error exit on receiving SIGPIPE.
[chaz/tar] / NEWS
diff --git a/NEWS b/NEWS
index a9be03c2a5efbfc14bab115dff8c8f4f979e17eb..8b55ece0a025cef8934c3482e52664fc7b3354f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
-GNU tar NEWS - User visible changes. 2010-03-17
+GNU tar NEWS - User visible changes. 2010-03-20
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
 \f
 
 * Bugfixes.
 
+** Spurious error diagnostics on broken pipe.
+
+When receiving SIGPIPE, tar would exit with error status and
+"write error" diagnostics. In particular, this occurred if
+invoked as in the example below:
+
+   tar tf archive.tar | head -n 1
+
 ** --remove-files
 
 Tar --remove-files failed to remove a directory which contained
This page took 0.021498 seconds and 4 git commands to generate.