brian       98/05/28 16:23:04

  Modified:    src      CHANGES
  Log:
  Comment my last two commits.
  
  Revision  Changes    Path
  1.870     +10 -1     apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.869
  retrieving revision 1.870
  diff -u -r1.869 -r1.870
  --- CHANGES   1998/05/28 11:09:44     1.869
  +++ CHANGES   1998/05/28 23:23:02     1.870
  @@ -1,5 +1,14 @@
   Changes with Apache 1.3b8
  - 
  +
  +  *) Propagate environment to CGI scripts correctly in Win32.
  +     [W G Stoddard <[EMAIL PROTECTED]>] PR#2294
  +
  +  *) Some symbol renaming:
  +     ap_spawn_child_err became ap_spawn_child
  +     ap_spawn_child_err_buff became ap_bspawn_child
  +     spawn_child was obsoleted and moved to compat.h
  +     [Brian Behlendorf]
  +
     *) Upgrade the child spawning code in mod_rewrite for the RewriteMap
        programs: ap_spawn_child_err() is used and the Win32 case now uses
        CreateProcess() instead of a low-level execl() (which caused problems in
  
  
  

Reply via email to