You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1998/07/09 13:24:56 UTC

cvs commit: apache-1.3/conf magic

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 <an...@inext.co.uk>
  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 <an...@inext.co.uk>]
  +
     *) 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 <qu...@yggdrasil.com>
  +# and Anna Shergold <an...@inext.co.uk>
   #
  +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