doc: document -rf change
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Apr 2012 16:29:28 +0000 (09:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Apr 2012 16:29:48 +0000 (09:29 -0700)
* NEWS: Document the ZFS fix.

NEWS

diff --git a/NEWS b/NEWS
index 64fb6fab653e1e2193438073f6c12d8f049fe24a..95e9a8962c30b3e5363e3635e31313b1499b8a2f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ GNU gzip NEWS                                    -*- outline -*-
   For example, now "(printf x|gzip; echo y)|gzip -dcf" prints "xy\n",
   while before it would print "x<compressed data>y\n".
 
+  gzip -rf no longer compresses files more than once (e.g., replacing
+  FOO with FOO.gz.gz) on file systems such as ZFS where a readdir
+  loop that unlinks and creates files can revisit output files.
+
 
 * Noteworthy changes in release 1.4 (2010-01-20) [stable]