You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@apache.org on 2001/10/02 23:54:28 UTC

cvs commit: httpd-2.0 CHANGES

lars        01/10/02 14:54:28

  Modified:    docs/conf mime.types
               .        CHANGES
  Log:
  Update mime.types file.
  
  Map video/vnd.mpegurl to mxu according to
  ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/video/vnd.mpegurl
  and audio/x-mpegurl to m3u, because it is commonly used.
  
  Submitted by: Heiko Recktenwald <uz...@uni-bonn.de>
  Reviewed by: Sander van Zoest, Lars Eilebrecht
  
  Revision  Changes    Path
  1.10      +2 -1      httpd-2.0/docs/conf/mime.types
  
  Index: mime.types
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/mime.types,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mime.types	2001/09/26 08:25:14	1.9
  +++ mime.types	2001/10/02 21:54:28	1.10
  @@ -346,6 +346,7 @@
   audio/vnd.rhetorex.32kadpcm
   audio/vnd.vmx.cvsd
   audio/x-aiff			aif aiff aifc
  +audio/x-mpegurl			m3u
   audio/x-pn-realaudio		ram rm
   audio/x-pn-realaudio-plugin	rpm
   audio/x-realaudio		ra
  @@ -459,7 +460,7 @@
   video/vnd.fvt
   video/vnd.motorola.video
   video/vnd.motorola.videop
  -video/vnd.mpegurl
  +video/vnd.mpegurl		mxu
   video/vnd.mts
   video/vnd.nokia.interleaved-multimedia
   video/vnd.vivo
  
  
  
  1.377     +4 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.376
  retrieving revision 1.377
  diff -u -r1.376 -r1.377
  --- CHANGES	2001/10/02 21:13:41	1.376
  +++ CHANGES	2001/10/02 21:54:28	1.377
  @@ -1,5 +1,9 @@
   Changes with Apache 2.0.26-dev
   
  +  *) Update the mime.types file to map video/vnd.mpegurl to mxu
  +     and add commonly used audio/x-mpegurl for m3u extensions.        
  +     [Heiko Recktenwald <uz...@uni-bonn.de>, Lars Eilebrecht]
  +
     *) Eliminate the depreciated r->content_language, in favor of the array
        r->content_languages introduced many years ago.  Module authors must
        substantially overhaul their modules, so this needs to be upgraded