gstein 00/01/14 01:15:25
Modified: . STATUS
src CHANGES
Log:
the wumpus approaches...
Revision Changes Path
1.792 +12 -12 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.791
retrieving revision 1.792
diff -u -r1.791 -r1.792
--- STATUS 2000/01/13 13:19:44 1.791
+++ STATUS 2000/01/14 09:15:16 1.792
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 2000/01/13 13:19:44 $]
+ Last modified at [$Date: 2000/01/14 09:15:16 $]
Release:
@@ -50,7 +50,7 @@
The error message states this flag is required for "long long" types
to be recognized by HPUX's compiler
Ryan submitted a patch for this problem
- STATUS: Ryan +1, Jim, +1
+ STATUS: Ryan +1, Jim, +1, Greg +1
* DSO emulation for AIX 4.2 appears hosed. Sascha has submitted
a patch which fixes the problems and addresses some concerns.
@@ -58,12 +58,6 @@
Message-ID: <[EMAIL PROTECTED]>
Status: Sascha +1, Jim +1 (untested), Ryan +1 (untested)
- * Namespace collision is possible with the Expat library. J.
- Clark is aware of this, but we should not wait for an official
- patch. We should make our own.
- Message-ID: <[EMAIL PROTECTED]>
- Status:
-
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* Cliff Woolley suggests the following patch to fix a problem
@@ -170,6 +164,7 @@
Jim -1 (I really don't think it makes sense to
add this right now this late in the release cycle
for 1.3.10. I am +1 for 1.3.11)
+ Greg -0 for 1.3 series.
* Brian Havard's patch to remove dependency of mod_auth_dbm on mod_auth.
(PR#2598)
@@ -193,6 +188,7 @@
Martin +1 (on concept, but patched apache does not
compile successfully on pre-IPv6-SVR4,
and possibly others), Jim -1 (not for 1.3.10)
+ Greg -0 for 1.3 series.
* Jim Patterson's patch to make mod_info work on Win32
Message-ID: PR#1442
@@ -210,7 +206,8 @@
to mod_include's variable processing.
Mesage-ID: PR#3246, also available at
<http://www.physics.mcgill.ca/~juan/mod_include.patch>
- Status: Ken -0 for 1.3/+0 for 2.0, Lars -0 for 1.3
+ Status: Ken, Greg: -0 for 1.3/+0 for 2.0
+ Lars -0 for 1.3
* Eric Prud'hommeaux's mod_dir mods for file-level access control.
Message-ID: <[EMAIL PROTECTED]>
@@ -226,7 +223,8 @@
* Greg's XML Handling patch
Message-ID: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
- Status: Greg +1, Martin +1 (on concept)
+ Status: Greg -0 (will integrate into 2.0 rather than 1.3)
+ Martin +1 (on concept)
In progress:
@@ -324,12 +322,14 @@
* Paul would like to see a 'gdbm' option because he uses
it a lot.
- +1: Greg (volunteers), Martin
+ -0: Greg (volunteers; will add to 2.0 series rather than 1.3)
+ +1: Martin
* 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), Martin
+ -0: Greg (volunteers; will add to 2.0 series rather than 1.3)
+ +1: Martin
* Maybe a http_paths.h file? See
<[EMAIL PROTECTED]>
1.1498 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1497
retrieving revision 1.1498
diff -u -r1.1497 -r1.1498
--- CHANGES 2000/01/12 15:54:51 1.1497
+++ CHANGES 2000/01/14 09:15:22 1.1498
@@ -1,5 +1,9 @@
Changes with Apache 1.3.10
+ *) rename the lookup() function to hashTableLookup() (in expat-lite)
+ to prevent name clashes with modules / third-party software.
+ [Ralf S. Engelschall, Greg Stein]
+
*) Reduce the time that a parent waits for its children to die
after SIGKILL has been sent, since there isn't much point in waiting
another 16 seconds beyond the initial SIGTERM waiting period.