You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/05/22 22:54:12 UTC

svn commit: r777709 - /lucene/tika/trunk/CHANGES.txt

Author: jukka
Date: Fri May 22 20:54:12 2009
New Revision: 777709

URL: http://svn.apache.org/viewvc?rev=777709&view=rev
Log:
TIKA-219: Split Tika to separate modules

Added a change log entry.

Modified:
    lucene/tika/trunk/CHANGES.txt

Modified: lucene/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=777709&r1=777708&r2=777709&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Fri May 22 20:54:12 2009
@@ -6,6 +6,12 @@
 
 The most notable changes in Tika 0.4 over the previous release are:
 
+  * Tika has been split to three different components for increased
+    modularity. The tika-core component contains the key interfaces and
+    core functionality of Tika, tika-parsers contains all the adapters
+    to external parser libraries, and tika-app bundles everything together
+    in a single executable jar file. (TIKA-219).
+
   * The memory use of parsing Excel sheets with lots of numbers
     has been considerably reduced. (TIKA-211)