]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport done.
authorAndré Malo <nd@apache.org>
Sun, 16 Feb 2003 04:45:48 +0000 (04:45 +0000)
committerAndré Malo <nd@apache.org>
Sun, 16 Feb 2003 04:45:48 +0000 (04:45 +0000)
add vote & comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98678 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b026466390b21992965d02ba2c2d453e5b9b8967..85d1d5272950e8f60154a72d6b802a083a5c769d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/02/15 12:57:58 $]
+Last modified at [$Date: 2003/02/16 04:45:48 $]
 
 Release:
 
@@ -104,7 +104,7 @@ PATCHES TO PORT FROM 2.1
       modules/filters/mod_ext_filter.c: r1.4
       modules/generators/mod_cgi.c: r1.151
       modules/generators/mod_cgid.c: r1.148
-      +1: trawick
+      +1: trawick, nd
         nd: there's always the same function (foo_child_errfn), shouldn't it
         appear only once in util_script.c?
         trawick: The implementations are already different for mod_cgi
@@ -113,11 +113,8 @@ PATCHES TO PORT FROM 2.1
                  make them even more different in the future.
                  Meanwhile, there isn't enough commonality (LOC, not 
                  percentage) to spread the pieces over multiple files.
-
-    * mod_auth_digest: drop the guess_domain function in 2.0 and 1.3. It's
-      quite bogus to guess anyway (and it's documented otherwise) (PR 16937)
-      modules/aaa/mod_auth_digest.c: r1.79
-      +1: nd, jerenkrantz, trawick
+                 nd: argh. Really overlooked the slightly differences...
+                     sounds right, however.
 
     * Fix suexec compile error on SUNOS4 (no strerror()) for 2.0 and 1.3
       support/suexec.c: r1.24