You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2007/05/25 16:10:53 UTC

svn commit: r541661 - /apr/apr/branches/1.2.x/CHANGES

Author: jorton
Date: Fri May 25 07:10:52 2007
New Revision: 541661

URL: http://svn.apache.org/viewvc?view=rev&rev=541661
Log:
Merge r239687 from trunk:

add CHANGES entry [missed in previous commit]

Modified:
    apr/apr/branches/1.2.x/CHANGES

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=diff&rev=541661&r1=541660&r2=541661
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES (original)
+++ apr/apr/branches/1.2.x/CHANGES Fri May 25 07:10:52 2007
@@ -3,6 +3,10 @@
   *) Discard file buffers when running cleanups for exec.
      PR 41119.  [Davi Arnaut <davi haxent.com.br>, Bojan Smojver]
 
+  *) If apr_proc_create() fails to exec in the fork()ed child, call
+     _exit() not exit() to avoid running atexit()-registered functions
+     in the child.  PR 30913.  [Joe Orton]
+
   *) Improve thread safety of assorted file_io functions.
      PR 42400.  [Davi Arnaut <davi haxent.com.br>]