From 721ddc903fb800b57134c0bc7d65843d746960f4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 14 Oct 2006 20:01:22 +0000 Subject: [PATCH] Updated the news about the exit_cleanup() improvement. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.34.1