rse 99/01/17 02:33:43
Modified: src CHANGES Log: Add an entry and corresponding PR for tar-related change Revision Changes Path 1.1218 +4 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1217 retrieving revision 1.1218 diff -u -r1.1217 -r1.1218 --- CHANGES 1999/01/16 22:00:43 1.1217 +++ CHANGES 1999/01/17 10:33:41 1.1218 @@ -1,5 +1,9 @@ Changes with Apache 1.3.5 + *) Remove the hard-wire of TAR=tar (we now check for gtar and gnutar first) + and check to see if the tar we wind up with supports '-h'. + [Jim Jagielski] PR#3671 + *) A consistant and conservative style for all shell scripts has been implemented. Basically, all shell string tests use the traditional hack of 'if [ "x$var" != "x" ]' or 'if [ "x$var" = "xstring" ]'