dgaudet 97/06/29 11:22:39
Modified: src CHANGES Log: Merge up CHANGES from 1.2.1. Revision Changes Path 1.307 +11 -3 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.306 retrieving revision 1.307 diff -C3 -r1.306 -r1.307 *** CHANGES 1997/06/29 00:00:14 1.306 --- CHANGES 1997/06/29 18:22:38 1.307 *************** *** 51,56 **** --- 51,61 ---- to the rule that symlink permissions are tested with the symlink options of the parent directory. [Dean Gaudet] PR#353 + *) CONFIG: The LockFile directive can be used to place the serializing + lockfile in any location. It previously defaulted to /usr/tmp/htlock. + [Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet, + Marc Slemko] + *) QUERY_STRING was unescaped in mod_include, it shouldn't be. [Dean Gaudet] PR#644 *************** *** 74,79 **** --- 79,87 ---- directives. But using -DHIGH_SLACK_LINE=256 described above will work around this problem. [Dean Gaudet] + *) USE_FLOCK_SERIALIZED_ACCEPT is now default for FreeBSD, A/UX, and + SunOS 4. + *) Improved unix error response logging. [Marc Slemko] *) Update mod_rewrite from 3.0.5 to 3.0.6. New ruleflag *************** *** 1469,1475 **** *) Check if scoreboard file couldn't be opened, and say so, rather then going insane [David Robinson] ! *) POST to CGI works on A/UX [Jim Jaglieski] *) AddIcon and AddAlt commands work properly [Rob Hartill] --- 1477,1483 ---- *) Check if scoreboard file couldn't be opened, and say so, rather then going insane [David Robinson] ! *) POST to CGI works on A/UX [Jim Jagielski] *) AddIcon and AddAlt commands work properly [Rob Hartill] *************** *** 1481,1487 **** content negotiation. (NB this will all have to be reworked anyway for the new HTTP draft). [Florent Guillaume] ! *) Don't dump core when trying to log timed-out requests [Jim Jaglieski] *) Really honor CacheNegotiatedDocs [Florent Guillaume] --- 1489,1495 ---- content negotiation. (NB this will all have to be reworked anyway for the new HTTP draft). [Florent Guillaume] ! *) Don't dump core when trying to log timed-out requests [Jim Jagielski] *) Really honor CacheNegotiatedDocs [Florent Guillaume] *************** *** 1505,1511 **** *) Further de-Berklize mod_cookies.c; change the bogus #include. [Brian Behlendorf/Eric Hagberg] ! *) More improvements to default Configuration for A/UX [Jim Jaglieski] *) Compiles clean on NEXT [Rob Hartill] --- 1513,1519 ---- *) Further de-Berklize mod_cookies.c; change the bogus #include. [Brian Behlendorf/Eric Hagberg] ! *) More improvements to default Configuration for A/UX [Jim Jagielski] *) Compiles clean on NEXT [Rob Hartill]