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/04/21 15:52:20 UTC

svn commit: r1675119 - /tika/trunk/CHANGES.txt

Author: tallison
Date: Tue Apr 21 13:52:19 2015
New Revision: 1675119

URL: http://svn.apache.org/r1675119
Log:
fix documentation of when we moved the sqlite dependencies to provided

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1675119&r1=1675118&r2=1675119&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Tue Apr 21 13:52:19 2015
@@ -1,4 +1,7 @@
 Release 1.9 - Current Development
+  * Change xerial.org's sqlite-jdbc jar to "provided" (TIKA-1511).
+    Users will now need to add sqlite-jdbc to their classpath for
+    the Sqlite3Parser to work.
 
 Release 1.8 - 4/13/2015
 
@@ -80,11 +83,9 @@ Release 1.8 - 4/13/2015
   * Increased the speed of language identification by 
     a factor of two -- contributed by Toke Eskildsen (TIKA-1549).
 
-  * Added parser for Sqlite3 db files. Because the org.xerial
-    dependency includes native libs, we have not included it
-    in tika-app or tika-server. Users who want to parse Sqlite3 db
-    files must "provide" the jar -- see tika-parsers/pom.xml
-    for the correct version. (TIKA-1511).
+  * Added parser for Sqlite3 db files. Some users will need to 
+    exclude the dependency on xerial.org's sqlite-jdbc because
+    it contains native libs (TIKA-1511).
 
   * Use POST instead of PUT for tika-server form methods
     (TIKA-1547).