From: Wayne Davison Date: Sat, 14 Oct 2006 20:01:22 +0000 (+0000) Subject: Updated the news about the exit_cleanup() improvement. X-Git-Tag: v2.6.9pre2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721ddc903fb800b57134c0bc7d65843d746960f4;p=thirdparty%2Frsync.git Updated the news about the exit_cleanup() improvement. --- diff --git a/NEWS b/NEWS index 0df3fe9c..23114df3 100644 --- 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: