pcs 99/02/05 01:26:09
Modified: src CHANGES
Log:
Note the two Win32 changes (-i/-u error messages; error log filename)
Revision Changes Path
1.1230 +9 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1229
retrieving revision 1.1230
diff -u -r1.1229 -r1.1230
--- CHANGES 1999/02/03 16:22:28 1.1229
+++ CHANGES 1999/02/05 09:26:07 1.1230
@@ -1,5 +1,14 @@
Changes with Apache 1.3.5
+ *) Win32: The compiled-in default filename for the error log is now
+ error.log, which matches the default in the distributed httpd.conf.
+ [Paul Sutton]
+
+ *) Win32: Any error messages from -i or -u command line options are now
+ displayed on the console output rather than sent to the error log.
+ Also the "Running Apache..." message is not output unless Apache is
+ going to serve requests. [Paul Sutton]
+
*) Rework the MD5 authentication scheme to use FreeBSD's algorithm,
and use a private significator ('$apr1$') to mark passwords as
being smashed with our own algorithm. Also abstract the password