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 2013/09/27 21:14:25 UTC

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

Author: tallison
Date: Fri Sep 27 19:14:25 2013
New Revision: 1527038

URL: http://svn.apache.org/r1527038
Log:
updated CHANGES.txt to cover recent activity

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1527038&r1=1527037&r2=1527038&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Fri Sep 27 19:14:25 2013
@@ -1,6 +1,20 @@
 Release 1.5 - Current Development
 
-  * Upgraded PDFBox to 1.8.2 (TIKA-1153)
+  * Fixed invalid asterisks from master slide in PPT (TIKA-1171).
+
+  * Added test cases to confirm handling of auto-date in PPT and PPTX (TIKA-817).
+ 
+  * Text from tables in PPT files is once again extracted correctly (TIKA-1076).
+  
+  * Text is extracted from text boxes in XLSX (TIKA-1100).
+
+  * Tika no longer hangs when processing Excel files with custom fraction format (TIKA-1132).
+
+  * Disconcerting stacktrace from missing beans no longer printed for some DOCX files (TIKA-792).
+
+  * Upgraded POI to 3.10-beta2 (TIKA-1173).
+
+  * Upgraded PDFBox to 1.8.2 (TIKA-1153).
 
   * Made HtmlEncodingDetector more flexible in finding meta 
     header charset (TIKA-1001).