rse 98/05/03 09:29:39
Modified: . STATUS
Log:
remember two of my available patches and some votes...
Revision Changes Path
1.353 +20 -2 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- STATUS 1998/05/03 14:01:52 1.352
+++ STATUS 1998/05/03 16:29:38 1.353
@@ -91,7 +91,7 @@
* Michael Anderson's <[EMAIL PROTECTED]> C++ friendly patch
<[EMAIL PROTECTED]>
- Status: Ben, Jim +1, Dean +1
+ Status: Ben, Jim +1, Dean +1, Ralf +1
* Arnt Gulbrandsen <[EMAIL PROTECTED]> 03 Apr 1998 21:28:17 +0200
<[EMAIL PROTECTED]> mod_usertrack.c patch:
@@ -112,7 +112,25 @@
1.3?
<[EMAIL PROTECTED]>
+ * Ralf's "configure generates config.status":
+ A tiny addition for the APACI configure script to provide an easy way
+ (like GNU Autoconf) to re-create the configuration
+ See: http://www.engelschall.com/sw/apache/ [configstatus]
+ Status: Ralf +1 (for 1.3b7-dev)
+
+ * Ralf's "<IfDefine>...</IfDefine>":
+ This patch adds a useful <IfDefine>...</IfDefine> section to the core
+ module very similar to the existing <IfModule>...<IfModule> sections.
+ The intent is to provide _LOGICAL_ conditions based on arbitrary
defined
+ parameters. The parameters are specified on the "httpd" command line
via
+ -D options.
+ See: http://www.engelschall.com/sw/apache/ [ifdefine]
+ Status: Ralf +1 (for 1.3.1-dev)
+
In progress:
+
+ * Ralf's fix for 1.3b7 to make the module execution order
+ correct when the DSO mechanism is used
* Ken's IndexFormat enhancement to mod_autoindex to allow
CustomLog-like tailoring of directory listing formats
@@ -140,7 +158,7 @@
parent would then abort. See
<[EMAIL PROTECTED]>
[PATCH] <[EMAIL PROTECTED]>
- Status: Jim, Dean +1
+ Status: Jim, Dean +1, Ralf +1
* The DoS issue about symlinks to /dev/zero is still present.
A device checker patch had been sent to the list a while ago.