Author: jukka
Date: Sun Sep 27 20:29:05 2009
New Revision: 819398
URL: http://svn.apache.org/viewvc?rev=819398&view=rev
Log:
TIKA-285: Update media type registry to the latest httpd mime type database
More accurate magic byte pattern count.
Modified:
lucene/tika/trunk/CHANGES.txt
Modified: lucene/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=819398&r1=819397&r2=819398&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Sun Sep 27 20:29:05 2009
@@ -9,7 +9,7 @@
* The media type registry in Tika was synchronized with the MIME type
configuration in the Apache HTTP Server. Tika now knows about 1274
different media types and can detect 672 of those using 927 file
- extension and 268 magic byte patterns. (TIKA-285)
+ extension and 280 magic byte patterns. (TIKA-285)
* Tika now uses the Apache PDFBox version 0.8.0-incubating for parsing PDF
documents. This version is much the 0.7.3 release used earlier. (TIKA-158)