You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2010/01/10 00:28:33 UTC

svn commit: r897576 - /lucene/tika/trunk/CHANGES.txt

Author: dmeikle
Date: Sat Jan  9 23:28:33 2010
New Revision: 897576

URL: http://svn.apache.org/viewvc?rev=897576&view=rev
Log:
TIKA-103: Updated CHANGES.txt with details of new features.

Modified:
    lucene/tika/trunk/CHANGES.txt

Modified: lucene/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=897576&r1=897575&r2=897576&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Sat Jan  9 23:28:33 2010
@@ -21,7 +21,7 @@
    (TIKA-332, TIKA-334, TIKA-335, TIKA-341) 
 
  * Some document types like Excel spreadsheets contain content like
-   numbers or dates whose exact text format depends on the current locale.
+   numbers or formulas whose exact text format depends on the current locale.
    So far Tika has used the platform default locale in such cases, but
    clients can now explicitly specify the locale by passing a Locale instance
    in the parse context. (TIKA-125)
@@ -33,6 +33,10 @@
    the platform default encoding. (TIKA-324)
 
  * A flash video (video/x-flv) parser has been added. (TIKA-328)
+ 
+ * The handling of Number and Date cell formatting within the Microsoft Excel
+   documents has been added. This include currencies, percentages and
+   scientific formats. (TIKA-103)
 
 Release 0.5 - 11/14/2009
 ------------------------