You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/01 22:14:12 UTC

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

Author: wrowe
Date: Mon Oct  1 13:14:11 2007
New Revision: 581058

URL: http://svn.apache.org/viewvc?rev=581058&view=rev
Log:
Rephrase this change.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=581058&r1=581057&r2=581058&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Mon Oct  1 13:14:11 2007
@@ -1,9 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.3.0
 
-  *) Introduce APR_NO_FILE as an option for any of the three stdio streams
-     to cause the specified streams to be closed to the child process, 
-     when the caller has chosen that flag via apr_procattr_io_set().
+  *) Introduce APR_NO_FILE as an option to apr_procattr_io_set() for any 
+     of the three stdio streams to cause the corresponding streams to be 
+     closed to the child process.  This becomes effective in 1.3.0 across
+     platforms (equivilant to APR_NO_PIPE in 1.2.x except on Win32.)
      [William Rowe]
 
   *) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,