Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 11818 invoked by uid 6000); 5 Feb 1999 09:26:11 -0000 Received: (qmail 11812 invoked by alias); 5 Feb 1999 09:26:10 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 11810 invoked by uid 151); 5 Feb 1999 09:26:09 -0000 Date: 5 Feb 1999 09:26:09 -0000 Message-ID: <19990205092609.11809.qmail@hyperreal.org> From: pcs@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src CHANGES Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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