jim         98/03/14 07:51:24

  Modified:    src      CHANGES
  Log:
  Stay up to date on some minor changes
  
  Revision  Changes    Path
  1.710     +7 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.709
  retrieving revision 1.710
  diff -u -r1.709 -r1.710
  --- CHANGES   1998/03/14 12:22:04     1.709
  +++ CHANGES   1998/03/14 15:51:22     1.710
  @@ -1,5 +1,12 @@
   Changes with Apache 1.3b6
     
  +  *) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
  +     to allow for modules to overrule them and to reduce redefinition
  +     warnings [Jim Jagielski]
  +
  +  *) [PORT] For A/UX change the OS-#define for -DAUX to -DAUX3.
  +     [Jim Jagielski]
  +
     *) Making the hard-coded cross-module function call mime_find_ct() (from
        mod_proxy to mod_mime) obsolete by making sure the API hook for MIME 
type
        checking is really called even for proxy requests except for URLs with
  
  
  

Reply via email to