From: <be...@us...> - 2007-05-24 22:58:28
|
Revision: 311 http://svn.sourceforge.net/pzfilereader/?rev=311&view=rev Author: benoitx Date: 2007-05-24 15:58:30 -0700 (Thu, 24 May 2007) Log Message: ----------- added comment on changes Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-05-24 22:51:48 UTC (rev 310) +++ trunk/src/site/changes.xml 2007-05-24 22:58:30 UTC (rev 311) @@ -7,7 +7,8 @@ <title>Changes</title> </properties> <body> - <release version="3.1.0" date="in svn" description="Maintenance"> + <release version="3.1.0-SNAPSHOT" date="in svn" description="Maintenance"> + <action dev="benoitx" type="change">Created a PZMetaData class for internal use, it contains the list of column names and index for fast access.</action> <action dev="zepernick" type="change">Feature Request 1596087. Added attribute "elementCount" on record element mapping, which can determine a header, trailer, or detail record by the number of elements contained on the record. This only applies to delimited files.</action> @@ -30,7 +31,7 @@ Added PZMapParser.parse(Reader). Deprecated PZMapParser.parse(InputStream). </action> <action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action> <action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser. - Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes + Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes outside of the column definition.</action> </release> <release version="3.0.0" date="2007-02-11" description="Move to Maven and Subversion"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |