|
From: <zep...@us...> - 2007-11-03 01:55:48
|
Revision: 366
http://flatpack.svn.sourceforge.net/flatpack/?rev=366&view=rev
Author: zepernick
Date: 2007-11-02 18:55:52 -0700 (Fri, 02 Nov 2007)
Log Message:
-----------
Fixed bug 1811210
Modified Paths:
--------------
trunk/src/site/changes.xml
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2007-11-03 01:55:33 UTC (rev 365)
+++ trunk/src/site/changes.xml 2007-11-03 01:55:52 UTC (rev 366)
@@ -8,8 +8,11 @@
</properties>
<body>
<release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix">
- <action dex="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters
+ <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
+ elements were being removed from the result of the parse. Blank lines inside a delimited element
+ were also causing a StringIndexOutOfBoundsException.</action>
</release>
<release version="3.1.0" date="2007-09-10" description="Name and structure change and new writers">
<action dev="benoitx" type="add">Paul and I would like to thank Dirk Holmes and Holger Hoffstatte from MuleSource for the initial contribution to the writer package.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|