From: <zep...@us...> - 2007-11-04 00:42:49
|
Revision: 368 http://flatpack.svn.sourceforge.net/flatpack/?rev=368&view=rev Author: zepernick Date: 2007-11-03 17:42:54 -0700 (Sat, 03 Nov 2007) Log Message: ----------- bug fix [ 1818818 ] ClassCastException when accessing header or trailer records Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-04 00:37:04 UTC (rev 367) +++ trunk/src/site/changes.xml 2007-11-04 00:42:54 UTC (rev 368) @@ -8,9 +8,10 @@ </properties> <body> <release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix"> + <action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action> <action dev="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters were being reversed in the code.</action> - <action dev="zepernick" type="fix">Bug 1811210 When parsing multi-line delimited files, blank lines inside the + <action dev="zepernick" type="fix">[1811210] When parsing multi-line delimited files, blank lines inside the elements were being removed from the result of the parse. Blank lines inside a delimited element were also causing a StringIndexOutOfBoundsException.</action> </release> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |