cvs commit: apache/htdocs/manual/misc FAQ.html

1997-05-30 Thread Rodent of Unusual Size
coar97/05/30 12:33:05

  Modified:htdocs/manual/misc  FAQ.html
  Log:
Correcting typo pointed out to RobH by [EMAIL PROTECTED].
  
  Revision  ChangesPath
  1.62  +2 -2  apache/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -C3 -r1.61 -r1.62
  *** FAQ.html  1997/05/28 19:29:12 1.61
  --- FAQ.html  1997/05/30 19:33:04 1.62
  ***
  *** 8,14 
  !--#include virtual=header.html --
  H1Apache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.61 $ ($Date: 1997/05/28 19:29:12 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  --- 8,14 
  !--#include virtual=header.html --
  H1Apache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.62 $ ($Date: 1997/05/30 19:33:04 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  ***
  *** 1228,1234 
  P
  We have had numerous reports of Apache dumping core when compiled
  with HP's ANSI C compiler using optimization.  Disabling the compiler
  !   optimiation has fixed these problems.
  /P
  HR
 /LI
  --- 1228,1234 
  P
  We have had numerous reports of Apache dumping core when compiled
  with HP's ANSI C compiler using optimization.  Disabling the compiler
  !   optimization has fixed these problems.
  /P
  HR
 /LI
  
  
  


cvs commit: apache/src CHANGES

1997-05-30 Thread Chuck Murcko
chuck   97/05/30 13:56:38

  Modified:src   CHANGES
  Log:
  Submitted by: Jozsef Hollosi [EMAIL PROTECTED]
  Fixup for PR#624 patch. No leak, no malloc(). Updated CHANGES.
  
  Revision  ChangesPath
  1.285 +2 -0  apache/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.284
  retrieving revision 1.285
  diff -C3 -r1.284 -r1.285
  *** CHANGES   1997/05/29 06:46:53 1.284
  --- CHANGES   1997/05/30 20:56:36 1.285
  ***
  *** 1,5 
  --- 1,7 
Changes with Apache 1.2

  +   *) Fixed open timestamp fd in proxy_cache.c [Chuck Murcko]
  + 
  *) Added undocumented perl SSI mechanism for -DUSE_PERL_SSI and mod_perl.
 [Rob Hartill]