You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2006/07/24 11:58:08 UTC

svn commit: r424987 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Mon Jul 24 02:58:06 2006
New Revision: 424987

URL: http://svn.apache.org/viewvc?rev=424987&view=rev
Log:
Propose backport for DBD configuration segfault fix.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=424987&r1=424986&r2=424987&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jul 24 02:58:06 2006
@@ -134,7 +134,8 @@
     * mod_deflate: don't choke on flush buckets in INFLATE filter
       PR#39854
       http://svn.apache.org/viewvc?rev=416165&view=rev
-      +1: niq
+      +0: niq
+          (this patch is now superseded by rpluem/wrowe better patch)
       -0: wrowe - on quick glance the line 1091 change looks incomplete,
           and I'm not convinced that we should ignore flush.  Has anyone
           inquired of the proper mechanism or composed the appropriate
@@ -144,3 +145,10 @@
               ways how to fix this and take care about the flush buckets.
               I am willing to propose patches, but due to personal time
               constraints they will not show up before the second half of July.
+
+    * Fix virtualhost/per-directory configuration mismatch bug with
+      possible segfault at server startup.
+      http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/<831327593.20060720023332%40engec.ru>
+      (+ long thread)
+      http://svn.apache.org/viewvc?view=rev&revision=424798
+      +1 niq