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:13:31 UTC

svn commit: r541663 - /apr/apr/trunk/CHANGES

Author: jorton
Date: Fri May 25 07:13:30 2007
New Revision: 541663

URL: http://svn.apache.org/viewvc?view=rev&rev=541663
Log:
Synch with 1.2.x branch.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?view=diff&rev=541663&r1=541662&r2=541663
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Fri May 25 07:13:30 2007
@@ -6,9 +6,6 @@
   *) Improve thread safety of assorted file_io functions.
      PR 42400.  [Davi Arnaut <davi haxent.com.br>]
 
-  *) Fix deadlock in apr_file_gets() for a file opened with both the
-     APR_BUFFERED and APR_XTHREAD flags.  [Bojan Smojver, Joe Orton]
-
   *) Add the apr_pollcb API as an alternative more efficient method
      of polling sockets, compared to apr_pollset. [Paul Querna]
 
@@ -101,10 +98,6 @@
 
   *) Fix checks for alloca() support in configure.  PR 13037.
      [Noah Misch <noah cs.caltech.edu>]
-
-  *) 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]
 
   *) Add %pm support to apr_snprintf() for printing the error string
      corresponding to an apr_status_t value.  [Joe Orton]