pcs 99/02/19 02:21:35
Modified: src CHANGES Log: Note fix for PR#3890 Revision Changes Path 1.1251 +4 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1250 retrieving revision 1.1251 diff -u -r1.1250 -r1.1251 --- CHANGES 1999/02/17 23:28:12 1.1250 +++ CHANGES 1999/02/19 10:21:31 1.1251 @@ -1,5 +1,9 @@ Changes with Apache 1.3.5 + *) Win32: The filename validity checker now allows filenames containing + characters in the range 0x80 to 0xff (for example accented characters). + [Paul Sutton] PR#3890 + *) Added RefererIgnore and conditional logging based upon environment variables to mod_log_config. mod_log_referer and mod_log_agent are now deprecated.[Ken Coar]