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 0df3fe9..23114df 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: