diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 019a1be6..31ccd9d0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,52 @@ + Apache Commons CSV + Version 1.3 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for the 1.3 version of Apache Commons CSV. +Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. + +CSV requires at least Java 6. + +The Apache Commons CSV library provides a simple interface for reading and writing +CSV files of various types. + +Feature and bug fix release. + +Changes in this version include: + +NEW FEATURES +============== + +o CSV-179: Add shortcut method for using first record as header to CSVFormat. +o CSV-180: Add withHeader(Class? extends Enum>) to CSVFormat. +o CSV-159: Add IgnoreCase option for accessing header names. Thanks to Yamil Medina. +o CSV-169: The null string should be case-sensitive when reading records. Thanks to Gary Gregory. +o CSV-175: Support for ignoring trailing delimiter. Thanks to Gary Gregory, Chris Jones. +o CSV-177: Support trimming leading and trailing blanks. Thanks to Gary Gregory. +o CSV-178: Create default formats for Informix UNLOAD and UNLOAD CSV. Thanks to Gary Gregory. + +FIXED BUGS +============ + +o CSV-168: CSVFormat.nullString should not be escaped. Thanks to Gary Gregory, cornel creanga. +o CSV-170: CSVFormat.MYSQL nullString should be "\N". Thanks to Gary Gregory, cornel creanga. +o CSV-161: Fix Javadoc to say CSVFormat with() methods return a new CSVFormat. Thanks to Gary Gregory, Kristof Meixner, Emmanuel Bourg. + +CHANGES +============ + +o CSV-167: Comment line hides next record; update Javadoc to make behaviour clear. Thanks to Rene. +o CSV-153: CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true. Thanks to Wren. + + +Have fun! +-Apache Commons CSV team + +------------------------------------------------------------------------------ + Apache Commons CSV Version 1.2 Release Notes diff --git a/src/site/xdoc/download_csv.xml b/src/site/xdoc/download_csv.xml index 924ff284..3407e7a6 100644 --- a/src/site/xdoc/download_csv.xml +++ b/src/site/xdoc/download_csv.xml @@ -31,10 +31,21 @@ limitations under the License. | 2) Set the following properties in the component's pom: | | - commons.componentid (required, alphabetic, lower case) | | - commons.release.version (required) | - | - commons.binary.suffix (optional) | + | - commons.release.name (required) | + | - commons.binary.suffix (optional) | | (defaults to "-bin", set to "" for pre-maven2 releases) | + | - commons.release.desc (optional) | + | - commons.release.subdir (optional) | + | | + | - commons.release.2/3.version (conditional) | + | - commons.release.2/3.name (conditional) | + | - commons.release.2/3.binary.suffix (optional) | + | - commons.release.2/3.desc (optional) | + | - commons.release.2/3.subdir (optional) | | | | 3) Example Properties | + | (commons.release.name inherited by parent: | + | ${project.artifactId}-${commons.release.version} | | | | | | math | @@ -46,17 +57,17 @@ limitations under the License. Download Apache Commons CSV - Commons Documentation Team + Apache Commons Documentation Team

We recommend you use a mirror to download our release - builds, but you must verify the integrity of + builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet - be available from the mirrors. + be available from all the mirrors.

@@ -88,39 +99,44 @@ limitations under the License.

- The KEYS - link links to the code signing keys used to sign the product. - The PGP link downloads the OpenPGP compatible signature from our main site. - The MD5 link downloads the checksum from the main site. + It is essential that you + verify the integrity + of downloaded files, preferably using the PGP signature (*.asc files); + failing that using the MD5 hash (*.md5 checksum files). +

+

+ The KEYS + file contains the public PGP keys used by Apache Commons developers + to sign releases.

-
+
- - - + + + - - - + + +
commons-csv-1.2-bin.tar.gzmd5pgpcommons-csv-1.3-bin.tar.gzmd5pgp
commons-csv-1.2-bin.zipmd5pgpcommons-csv-1.3-bin.zipmd5pgp
- - - + + + - - - + + +
commons-csv-1.2-src.tar.gzmd5pgpcommons-csv-1.3-src.tar.gzmd5pgp
commons-csv-1.2-src.zipmd5pgpcommons-csv-1.3-src.zipmd5pgp
@@ -131,7 +147,7 @@ limitations under the License.

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4f1d3eec..3362187e 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -45,7 +45,8 @@ Various project reports are also available. The Javadoc API documents are available online: