Author: mattmann
Date: Sun Oct 18 19:25:49 2015
New Revision: 1709302
URL: http://svn.apache.org/viewvc?rev=1709302&view=rev
Log:
Fix for TIKA-1772: Mimetype of VTT files contributed by Alexander Widera
<[email protected]> this closes #59.
Modified:
tika/trunk/CHANGES.txt
Modified: tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1709302&r1=1709301&r2=1709302&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Sun Oct 18 19:25:49 2015
@@ -1,5 +1,8 @@
Release 1.11 - Current Development
+ * MIME support was added for WebVTT: The Web Video Text Tracks Format
+ files (TIKA-1772).
+
* MIME magic improved to ensure emails detected as message/rfc822
(TIKA-1771).