marc 98/07/14 22:46:02
Modified: src CHANGES
Log:
A few more CHANGES updates.
Revision Changes Path
1.965 +10 -5 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.964
retrieving revision 1.965
diff -u -r1.964 -r1.965
--- CHANGES 1998/07/15 04:13:58 1.964
+++ CHANGES 1998/07/15 05:46:00 1.965
@@ -1,5 +1,10 @@
Changes with Apache 1.3.1
+ *) WIN32: Canonicalize ServerRoot before checking to see if it
+ is a valid directory. The failure to do this caused certain
+ ServerRoot settings (eg. "ServerRoot /apache") to be improperly
+ rejected. [Marc Slemko]
+
*) Global renaming of C header files to both get rid of conflicts with
third
party packages and to again reach consistency:
1. conf.h -> ap_config.h
@@ -37,6 +42,11 @@
*) mod_setenvif (BrowserMatch* and friends) will now match a missing
field with "^$". [Ken Coar]
+ *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
+ modules to load their own modules dynamically. This improves mod_perl
+ and mod_php3 when these modules are loaded dynamically into Apache.
+ [Rasmus Lerdorf]
+
*) Cache a proxied request in the event that the client cancels the
transfer, provided that the configured percentage of the file has
already been transfered. It works for HTTP transfers only. The
@@ -300,11 +310,6 @@
to continue in background, use predefined types (off_t, size_t, time_t),
log the current cache usage percentage at LogLevel debug
[Martin Kraemer, based on discussion between Dean Gaudet & Dirk
vanGulik]
-
- *) Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded
- modules to load their own modules dynamically. This improves mod_perl
- and mod_php3 when these modules are loaded dynamically into Apache.
- [Rasmus Lerdorf]
Changes with Apache 1.3.0