]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Updated the news about the exit_cleanup() improvement.
authorWayne Davison <wayned@samba.org>
Sat, 14 Oct 2006 20:01:22 +0000 (20:01 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 14 Oct 2006 20:01:22 +0000 (20:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0df3fe9c4aa16d3302198258965ccff7b428ef7f..23114df3f3dec31642c7b4ece7c2ee525770d09f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -113,9 +113,9 @@ Changes since 2.6.8:
 
     - Changed exit_cleanup() so that it can never return instead of exit.
       The old code might return if it found the exit_cleanup() function
-      was being called recursively.  The new code adds a check into the
-      logging functions so that they return back to the exit function
-      instead of recursing.
+      was being called recursively.  The new code segments the exit code
+      so that any recursive calls move on to the next step of the exit
+      processing.
 
   DEVELOPER RELATED: