pcs 98/02/24 04:40:59
Modified: src CHANGES
Log:
Note the registry and mod_so changes
Revision Changes Path
1.665 +4 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.664
retrieving revision 1.665
diff -u -r1.664 -r1.665
--- CHANGES 1998/02/24 12:27:16 1.664
+++ CHANGES 1998/02/24 12:40:55 1.665
@@ -3,7 +3,10 @@
*) WIN32: The server root is obtained from the registry key
HKLM\SOFTWARE\Apache Group\Apache\<version> (version is currently
"1.3 beta"), unless overridden by the -d command line flag. The
- value is stored by running "apache -i -d serverroot".
+ value is stored by running "apache -i -d serverroot". [Paul Sutton]
+
+ *) Merged os/win32/mod_dll.c into modules/standard/mod_so.c to support
+ dynamic loading on Win32 and Unix via the same module. [Paul Sutton]
*) Now mod_rewrite no longer makes problematic assumptions on the
characters
a username can contain when trying to expand it via /etc/passwd.