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 2008/11/10 22:16:42 UTC

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

Author: rpluem
Date: Mon Nov 10 13:16:41 2008
New Revision: 712837

URL: http://svn.apache.org/viewvc?rev=712837&view=rev
Log:
* Adjust changes entry to what is really done to fix it.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=712837&r1=712836&r2=712837&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Nov 10 13:16:41 2008
@@ -34,8 +34,8 @@
 
   *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
 
-  *) mod_proxy: Prevent segmentation faults by correctly flushing all buckets
-     from the proxy backend. PR 45792 [Ruediger Pluem]
+  *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
+     of the buckets read from the proxy backend. PR 45792 [Ruediger Pluem]
 
   *) mod_dir: Support "DirectoryIndex None" 
      Suggested By André Warnier <aw ice-sa.com> [Eric Covener]