Author: jukka
Date: Sun Sep 27 20:22:31 2009
New Revision: 819397
URL: http://svn.apache.org/viewvc?rev=819397&view=rev
Log:
TIKA-285: Update media type registry to the latest httpd mime type database
Add a summary entry to CHANGES.txt
Modified:
lucene/tika/trunk/CHANGES.txt
Modified: lucene/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=819397&r1=819396&r2=819397&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Sun Sep 27 20:22:31 2009
@@ -6,6 +6,11 @@
The most notable changes in Tika 0.5 over the previous release are:
+ * 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)
+
* 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)