coar        98/07/09 04:24:56

  Modified:    src      CHANGES
               conf     magic
  Log:
        Add the "<!DOCTYPE HTML" magic cookie for mod_mime_magic.
  
  PR:           2574
  Submitted by: Anna Shergold <[EMAIL PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  Changes    Path
  1.955     +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.954
  retrieving revision 1.955
  diff -u -r1.954 -r1.955
  --- CHANGES   1998/07/08 17:46:53     1.954
  +++ CHANGES   1998/07/09 11:24:54     1.955
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.1
   
  +  *) Add the "<!DOCTYPE HTML" magic cookie used by modern documents (and
  +     required by HTML 3.2 and later) to conf/magic.
  +     [Anna Shergold <[EMAIL PROTECTED]>]
  +
     *) Fix yet another signal-based race condition involving nested timers.
        Signals suck.  [Dean Gaudet]
   
  
  
  
  1.2       +3 -0      apache-1.3/conf/magic
  
  Index: magic
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/magic,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- magic     1997/07/07 18:18:36     1.1
  +++ magic     1998/07/09 11:24:56     1.2
  @@ -170,7 +170,10 @@
   # html:  file(1) magic for HTML (HyperText Markup Language) docs
   #
   # from Daniel Quinlan <[EMAIL PROTECTED]>
  +# and Anna Shergold <[EMAIL PROTECTED]>
   #
  +0    string          \<!DOCTYPE\ HTML        text/html
  +0    string          \<!doctype\ html        text/html
   0    string          \<HEAD          text/html
   0    string          \<head          text/html
   0    string          \<TITLE         text/html
  
  
  

Reply via email to