]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add some notes.
authorAndré Malo <nd@apache.org>
Fri, 5 Sep 2003 22:59:14 +0000 (22:59 +0000)
committerAndré Malo <nd@apache.org>
Fri, 5 Sep 2003 22:59:14 +0000 (22:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101175 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 375bdffffa30badb4d5f644dcc9fa113fb1b694c..1de2e330d7b68c8594174f798243fe52f0cbfd99 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/09/05 21:37:00 $]
+Last modified at [$Date: 2003/09/05 22:59:14 $]
 
 Release:
 
@@ -343,6 +343,10 @@ PATCHES TO PORT FROM 2.1
       +1: nd, brianp
       jwoolley suggests: Hang onto it for 2.2 series.
       brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults?
+      nd adds: perhaps I'll find some time over the weekend to add more
+               wrapper code to the patch, which fills in the fields in question
+               with some valid "fake" values. Though I don't think that it's
+               really necessary -- how does this sound?
 
     * Fix include_cmd in mod_cgid, not to treat the cmd output (partially)
       as CGI output.
@@ -350,6 +354,8 @@ PATCHES TO PORT FROM 2.1
       +1: nd
 
     * Fix inconsistency in generated expression parse tree. (2.0 + 1.3)
+      There's also a practical advantage; it saves some CPU cycles, since the
+      tree walk is shorter.
         modules/filters/mod_include.c: r1.261
       +1: nd