Author: tallison
Date: Wed Sep 24 13:10:10 2014
New Revision: 1627308
URL: http://svn.apache.org/r1627308
Log:
TIKA-1419: upgrade to PDFBox 1.8.7 and update CHANGES.txt for this and a few
recent changes
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=1627308&r1=1627307&r2=1627308&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Wed Sep 24 13:10:10 2014
@@ -1,5 +1,14 @@
Release 1.7 - Current Development
+ * Upgrade to PDFBox 1.8.7 (TIKA-1419).
+
+ * Add RecursiveParserWrapper (aka Jukka's and Nick's)
+ RecursiveMetadataParser (TIKA-1329)
+
+ * Add example for how to dump TikaConfig to XML (TIKA-1418).
+
+ * Allow users to specify a tika config file for tika-app (TIKA-1426).
+
* PackageParser includes the last-modified date from the archive
in the metadata, when handling embedded entries (TIKA-1246)
Modified: tika/trunk/tika-parsers/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1627308&r1=1627307&r2=1627308&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Wed Sep 24 13:10:10 2014
@@ -41,7 +41,7 @@
<tukaani.version>1.5</tukaani.version> <!-- NOTE: sync with
commons-compress -->
<mime4j.version>0.7.2</mime4j.version>
<vorbis.version>0.6</vorbis.version>
- <pdfbox.version>1.8.6</pdfbox.version>
+ <pdfbox.version>1.8.7</pdfbox.version>
</properties>
<dependencies>