You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2015/03/30 14:20:22 UTC

svn commit: r1670069 - in /tika/trunk: CHANGES.txt tika-parsers/pom.xml

Author: tallison
Date: Mon Mar 30 12:20:22 2015
New Revision: 1670069

URL: http://svn.apache.org/r1670069
Log:
TIKA-1511 include xerial and native libs; some cleanup of README in preparation for 1.8 release

Modified:
    tika/trunk/CHANGES.txt
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1670069&r1=1670068&r2=1670069&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Mon Mar 30 12:20:22 2015
@@ -1,4 +1,5 @@
 Release 1.8 - Current Development
+  * Upgraded to PDFBox 1.8.9 (TIKA-1575).
 
   * Tika now supports the IsaTab data standard for bioinformatics
     both in terms of MIME identification and in terms of parsing
@@ -7,7 +8,7 @@ Release 1.8 - Current Development
   * Tika server can now enable CORS requests with the command line
     "--cors" option (TIKA-1586).
 
-  * Update jhighlight dependence to avoid using LGPL license (TIKA-1581)
+  * Update jhighlight dependency to avoid using LGPL license (TIKA-1581)
   
   * Updated HDF and NetCDF parsers to output file version in 
     metadata (TIKA-1578 and TIKA-1579).
@@ -15,7 +16,7 @@ Release 1.8 - Current Development
   * Upgraded to POI 3.12-beta1 (TIKA-1531).
 
   * Added tika-batch module for directory to directory batch
-    processing.  This is a new capability, and the API will 
+    processing.  This is a new, experimental capability, and the API will 
     likely change in future releases (TIKA-1330).
 
   * Translator.translate() Exceptions are now restricted to
@@ -69,11 +70,12 @@ Release 1.8 - Current Development
   * The ForkParser service removed from Activator. Rollback of (TIKA-1354).
 
   * Increased the speed of language identification by 
-    a factor of two. (TIKA-1549)
+    a factor of two -- contributed by Toke Eskildsen. (TIKA-1549)
 
-  * Added parser for Sqlite3 db files. Users need to add
-    org.xerial's sqlite-jdbc to their classpath!!!  Tika is not
-    currently bundling that dependency. (TIKA-1511)
+  * Added parser for Sqlite3 db files. Beware: the org.xerial 
+    dependency includes native libs. Some users may need to 
+    exclude this dependency or configure it specially for 
+    their environment. (TIKA-1511)
 
   * Use POST instead of PUT for tika-server form methods.
     (TIKA-1547)

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1670069&r1=1670068&r2=1670069&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Mar 30 12:20:22 2015
@@ -198,8 +198,7 @@
     <dependency>
         <groupId>org.xerial</groupId>
         <artifactId>sqlite-jdbc</artifactId>
-        <version>3.8.6</version>
-        <scope>provided</scope>
+        <version>3.8.6</version> <!-- 3.8.7 failed on Ubuntu -->
     </dependency>
     <dependency>
       <groupId>com.googlecode.juniversalchardet</groupId>