[Checkins] SVN: zope.contenttype/trunk/ LP #717289: added 'video/x-m4v' mimetype for the '.m4v' extension.

Tres Seaver tseaver at palladion.com
Fri Feb 11 12:50:28 EST 2011


Log message for revision 120276:
  LP #717289:  added 'video/x-m4v' mimetype for the '.m4v' extension.
  

Changed:
  U   zope.contenttype/trunk/CHANGES.txt
  U   zope.contenttype/trunk/src/zope/contenttype/mime.types

-=-
Modified: zope.contenttype/trunk/CHANGES.txt
===================================================================
--- zope.contenttype/trunk/CHANGES.txt	2011-02-11 17:48:14 UTC (rev 120275)
+++ zope.contenttype/trunk/CHANGES.txt	2011-02-11 17:50:28 UTC (rev 120276)
@@ -4,7 +4,7 @@
 3.5.2 (unreleased)
 ------------------
 
-* No changes yet.
+* LP #717289:  added 'video/x-m4v' mimetype for the '.m4v' extension.
 
 3.5.1 (2010-03-23)
 ------------------

Modified: zope.contenttype/trunk/src/zope/contenttype/mime.types
===================================================================
--- zope.contenttype/trunk/src/zope/contenttype/mime.types	2011-02-11 17:48:14 UTC (rev 120275)
+++ zope.contenttype/trunk/src/zope/contenttype/mime.types	2011-02-11 17:50:28 UTC (rev 120276)
@@ -17,6 +17,7 @@
 text/x-vcard                    vcf
 text/xml                        xml xsl
 video/mpeg                      m1v mpa
+video/x-m4f                     m4v
 application/vnd.ms-word.document.macroEnabled.12                           docm
 application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx
 application/vnd.ms-word.template.macroEnabled.12                           dotm
@@ -33,4 +34,4 @@
 application/vnd.ms-excel.sheet.macroEnabled.12                             xlsm
 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx
 application/vnd.ms-excel.template.macroEnabled.12                          xltm
-application/vnd.openxmlformats-officedocument.spreadsheetml.template       xltx
\ No newline at end of file
+application/vnd.openxmlformats-officedocument.spreadsheetml.template       xltx



More information about the checkins mailing list