gstein 99/05/25 03:23:17
Modified: . STATUS
src CHANGES
Log:
Manoj would have a good comment for this, but I'm lame.
Revision Changes Path
1.692 +7 -13 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.691
retrieving revision 1.692
diff -u -r1.691 -r1.692
--- STATUS 1999/05/21 11:05:08 1.691
+++ STATUS 1999/05/25 10:23:14 1.692
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/05/21 11:05:08 $]
+ Last modified at [$Date: 1999/05/25 10:23:14 $]
Release:
@@ -170,18 +170,6 @@
via the Apache API with Perl and C.
Status: http://www.pobox.com/~dougm/libapr-0.20_01.tar.gz
- * Greg's [PATCH] Expat as an option
- Message-ID: <[EMAIL PROTECTED]>
- Status: one open(?) issue remains: there may be some extra work to
- export the Expat functions from httpd on Win32 and AIX for
- DSOs to use (requires changes to the .def and .exp files).
- => Ralf: +1 for the patch in general
- -1 until the symbol export issue is solved.
- Hint: IMHO the only correct way is to encapsulate
- the complete Expat API into with a ap_xml_xxx()
- API. See also my EAPI patches where I've done
this
- for the MM API.
-
Needs patch:
* MaxRequestsPerChild doesn't count requests, only the
@@ -257,6 +245,12 @@
* Paul would like to see a 'gdbm' option because he uses
it a lot.
+ +1: Greg (volunteers)
+
+ * Many people have asked for a DBM to be distributed with Apache to
+ isolate it from platform inconsistencies. SDBM (used by mod_ssl,
+ mod_dav, Perl, and others) should fit the bill and is public domain.
+ +1: Greg (volunteers)
* Maybe a http_paths.h file? See
<[EMAIL PROTECTED]>
1.1362 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1361
retrieving revision 1.1362
diff -u -r1.1361 -r1.1362
--- CHANGES 1999/05/21 12:16:14 1.1361
+++ CHANGES 1999/05/25 10:23:15 1.1362
@@ -1,5 +1,8 @@
Changes with Apache 1.3.7
+ *) Add RULE_EXPAT, the src/lib/ directory structure, and a modified copy
+ of the Expat 1.0.2 distribution. [Greg Stein]
+
*) Replace regexec() calls with calls to a new API stub function
ap_regexec(). This solves problems with DSO modules which use the regex
library. [Jens-Uwe Mager <[EMAIL PROTECTED]>, Ralf S. Engelschall]