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 2014/02/04 16:13:08 UTC

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

Author: tallison
Date: Tue Feb  4 15:13:08 2014
New Revision: 1564335

URL: http://svn.apache.org/r1564335
Log:
TIKA-1230: update PDFBox to v1.8.4 and updated CHANGES.txt

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=1564335&r1=1564334&r2=1564335&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Tue Feb  4 15:13:08 2014
@@ -1,11 +1,14 @@
 Release 1.5 - Current Development
-  * Added SourceCodeParser to support java, Groovy, C++ files (TIKA-1224)
+
+  * Fixed bug in handling of embedded file processing in PDFs (TIKA-1228).
+
+  * Added SourceCodeParser to support java, Groovy, C++ files (TIKA-1224).
   
-  * Updated Tika Server to support multipart/form-data payloads (TIKA-1198)
+  * Updated Tika Server to support multipart/form-data payloads (TIKA-1198).
 
-  * Updated Tika Server to CXF 2.7.8 (TIKA-1197)
+  * Updated Tika Server to CXF 2.7.8 (TIKA-1197).
 
-  * Updated Tika Server to accept requests over wildcard addresses (TIKA-1196)
+  * Updated Tika Server to accept requests over wildcard addresses (TIKA-1196).
 
   * Added option to use alternate NonSequentialPDFParser (TIKA-1201).
 
@@ -25,7 +28,7 @@ Release 1.5 - Current Development
 
   * Upgraded POI to 3.10-beta2 (TIKA-1173).
 
-  * Upgraded PDFBox to 1.8.3 (TIKA-1200).
+  * Upgraded PDFBox to 1.8.4 (TIKA-1230).
 
   * Made HtmlEncodingDetector more flexible in finding meta 
     header charset (TIKA-1001).

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1564335&r1=1564334&r2=1564335&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Feb  4 15:13:08 2014
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox</artifactId>
-      <version>1.8.3</version>
+      <version>1.8.4</version>
     </dependency>
     <!-- TIKA-370: PDFBox declares the Bouncy Castle dependencies
          as optional, but we prefer to have them always to avoid