]> Dogcows Code - chaz/tar/blobdiff - NEWS
Fix dead loop on extracting existing symlinks with the -k option.
[chaz/tar] / NEWS
diff --git a/NEWS b/NEWS
index a9be03c2a5efbfc14bab115dff8c8f4f979e17eb..1d3541469d0cd212c7e0aceeaffaf9c004dc4576 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-27
 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
@@ -34,6 +42,8 @@ update of an archive:
 
 This did not work in previous versions, in spite of what the docs said.  
 
+** Fix dead loop on extracting existing symlinks with the -k option.
+
 \f
 version 1.23 - Sergey Poznyakoff, 2010-03-10
 
This page took 0.026183 seconds and 4 git commands to generate.