You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1996/08/02 23:14:57 UTC

cvs commit: apache/src CHANGES

randy       96/08/02 14:14:56

  Modified:    src       CHANGES
  Log:
  Catch up CHANGES
  
  Revision  Changes    Path
  1.48      +7 -1      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -C3 -r1.47 -r1.48
  *** CHANGES	1996/08/02 20:39:09	1.47
  --- CHANGES	1996/08/02 21:14:53	1.48
  ***************
  *** 6,11 ****
  --- 6,17 ----
          The wrapper program (suexec) is detected and configured at
          startup. [Randy Terbush, Jason Dour]
    
  +   *) Centralize exec() code
  +       Changed as a first step toward handling setuid()/setgid()
  +       execution with a setuid wrapper program directly from Apache.
  +       Modules requiring the use of exec() should probably do so
  +       through a call to cal_exec(). [Randy Terbush]
  + 
      *) Supplemental POSIX regex package included in source
          for those platforms that require/want it. We start needing
          POSIX/regex...
  ***************
  *** 22,28 ****
          changed #tmpXXXX to tmpXXXX in temp file template, for broken link/unlink
          changed Expire to Expires in cache_update()
          added appropriate #defines for Next compile
  !       added $Id: CHANGES,v 1.47 1996/08/02 20:39:09 randy Exp $ for RCS/CVS [Chuck Murcko]
    
      *) Fix ErrorDocument handling.  When ErrorDocument failed it used to 
         display filename instead of error message. [Paul Sutton]
  --- 28,34 ----
          changed #tmpXXXX to tmpXXXX in temp file template, for broken link/unlink
          changed Expire to Expires in cache_update()
          added appropriate #defines for Next compile
  !       added $Id: CHANGES,v 1.48 1996/08/02 21:14:53 randy Exp $ for RCS/CVS [Chuck Murcko]
    
      *) Fix ErrorDocument handling.  When ErrorDocument failed it used to 
         display filename instead of error message. [Paul Sutton]