You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/01/12 12:40:20 UTC

svn commit: r733699 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Mon Jan 12 03:40:19 2009
New Revision: 733699

URL: http://svn.apache.org/viewvc?rev=733699&view=rev
Log:
* This one was backported

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=733699&r1=733698&r2=733699&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jan 12 03:40:19 2009
@@ -27,9 +27,6 @@
     configurations with multiple listening sockets.  PR 42829.  [Joe Orton,
     Jeff Trawick]
 
- *) prefork: Log an error instead of segfaulting when child startup fails
-    due to pollset creation failures.  PR 46467.  [Jeff Trawick]
-
  *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
     set in the global scope. [Graham Leggett]