marc 97/02/19 20:13:18
Modified: src CHANGES Log: Sigh. After whining at others to fix the CHANGES file, I go and forget... Revision Changes Path 1.171 +4 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.170 retrieving revision 1.171 diff -C3 -r1.170 -r1.171 *** CHANGES 1997/02/20 03:37:37 1.170 --- CHANGES 1997/02/20 04:13:16 1.171 *************** *** 1,5 **** --- 1,9 ---- Changes with Apache 1.2b7 + *) Fixed problem where a busy server could hang when restarting + after being sent a SIGHUP due to child processes not exiting. + [Marc Slemko] + *) Modify mod_include escaping so a '\' only signifies an escaped character if the next character is one that needs escaping. [Ben Laurie]