You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/08/05 14:39:22 UTC

svn commit: r230455 - /httpd/httpd/branches/2.0.x/CHANGES

Author: jorton
Date: Fri Aug  5 05:39:18 2005
New Revision: 230455

URL: http://svn.apache.org/viewcvs?rev=230455&view=rev
Log:
Found a PR reference for the piped logger fd leak.

Modified:
    httpd/httpd/branches/2.0.x/CHANGES

Modified: httpd/httpd/branches/2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=230455&r1=230454&r2=230455&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Fri Aug  5 05:39:18 2005
@@ -7,7 +7,8 @@
   *) mod_ldap: Fix a possible crash in shared memory cache handling.
      PR 34209.  [Joe Orton]
 
-  *) Fix a file descriptor leak when starting piped loggers.  [Joe Orton]
+  *) Fix a file descriptor leak when starting piped loggers.  PR 33748. 
+     [Joe Orton]
 
   *) mod_ldap: Avoid segfaults when opening connections if using a version
      of OpenLDAP older than 2.2.21.  [Brad Nicholes]