rse 98/02/10 04:43:40
Modified: . STATUS
Log:
mod_rewrite case-trans patch and votes...
Revision Changes Path
1.148 +13 -5 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- STATUS 1998/02/09 13:25:38 1.147
+++ STATUS 1998/02/10 12:43:39 1.148
@@ -16,7 +16,7 @@
Plan:
- Let's shoot for release of 1.3b4 on January 31, 1998.
+ Let's shoot for release of 1.3b5.
Concern: Should we hold off on any new code changes
in order to try to get 1.3.0 out the door asap? Once
that's done, we can split off 2.0 from the present CVS
@@ -160,6 +160,13 @@
<[EMAIL PROTECTED]>
Status: Dean +1, Martin +1, Alexei -1 (shared lib concerns)
+ * Ralf's variant of Jay Soffian <[EMAIL PROTECTED]>'s patch to add
+ case-translations to mod_rewrite in order to provide the last missing
+ part for virtual host support without <VirtualHost>
+ ``mod_rewrite/1631: support for case conversion added to mod_rewrite''
+ <[EMAIL PROTECTED]>
+ Status: Ralf +1
+
Concepts:
* Jim's [CONCEPT] platform.h header file. Instead of lumping
@@ -230,10 +237,10 @@
* Provide consistant prefixes; suggestions:
Apache provided general functions (e.g., ap_cpystrn)
- ap_xxx: Ken +1, Brian +1
+ ap_xxx: Ken +1, Brian +1, Ralf +1
Public API functions (e.g., palloc)
- apapi_xxx: Ken +1, Brian +1
+ apapi_xxx: Ken +1, Brian +1, Ralf +1
appublic_xxx:
appub_xxx:
@@ -242,13 +249,14 @@
apprivate_xxx:
appri_xxx: Brian +1
httpd_xxx: Ken +1
+ apint_xxx: Ralf +1 (int = internal)
* Ken's [POLL] apachen/patches directory
Shall we experiment with allowing patches to be distributed for
voting through cvs, by creating a directory under the source tree
and putting them there? Please vote.
<[EMAIL PROTECTED]>
- Status: Ken +1, Randy 0, Dean 0, Jim +1, Paul 0, Martin +1
+ Status: Ken +1, Randy 0, Dean 0, Jim +1, Paul 0, Martin +1, Ralf 0
* Paul would like to see a 'gdbm' option because he uses
it a lot. Dean notes that 'gdbm' include 'db' support
@@ -264,7 +272,7 @@
it's httpd, under Win32 it's apache. Maybe rename it
to apache-httpd?
apache-httpd: Ken +1
- leave it apache: Brian +1
+ leave it apache: Brian +1, Ralf +1
* Maybe a http_paths.h file? See
<[EMAIL PROTECTED]>