jim 99/01/15 13:04:23
Modified: src CHANGES Log: Document the style changes :/ Revision Changes Path 1.1214 +5 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1213 retrieving revision 1.1214 diff -u -r1.1213 -r1.1214 --- CHANGES 1999/01/15 17:48:44 1.1213 +++ CHANGES 1999/01/15 21:04:16 1.1214 @@ -1,5 +1,10 @@ Changes with Apache 1.3.5 + *) Shell script style now consistant. For shell string equality tests, + we used to have several different styles to work around old shells. + It's now formally (eg): if [ "$var" = "value" ] (ie: both sides are + wrapped in dbl-quotes). [Jim Jagielski] + *) The status module now prints out both the main server generation as well as the generation of each process. Also, the vhost info is printed with '?notable'. [Jim Jagielski]