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:
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
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