Hi, I thought we were generating the changes file using JIRA instead of updating directly. Am I mistaken?
I ask as if so, I will need to update this file. Cheers, Dave ---------- Forwarded message ---------- From: <ju...@apache.org> Date: 2009/3/24 Subject: svn commit: r757736 - /lucene/tika/trunk/CHANGES.txt To: tika-comm...@lucene.apache.org Author: jukka Date: Tue Mar 24 11:24:27 2009 New Revision: 757736 URL: http://svn.apache.org/viewvc?rev=757736&view=rev Log: TIKA-211: memory issue in ExcelExtractor Update CHANGES Modified: lucene/tika/trunk/CHANGES.txt Modified: lucene/tika/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=757736&r1=757735&r2=757736&view=diff ============================================================================== --- lucene/tika/trunk/CHANGES.txt (original) +++ lucene/tika/trunk/CHANGES.txt Tue Mar 24 11:24:27 2009 @@ -4,6 +4,8 @@ Unreleased changes (0.4) ------------------------ + * The memory use of parsing Excel sheets with lots of numbers + has been considerably reduced. (TIKA-211) Release 0.3 - 03/09/2009 ------------------------