On 21 November 2014 at 17:30, <ggreg...@apache.org> wrote: > Author: ggregory > Date: Fri Nov 21 17:30:27 2014 > New Revision: 7201 > > Log: > Replace Apache Commons CSV 1.0 with 1.1. > > Modified: > release/commons/csv/README.html > release/commons/csv/RELEASE-NOTES.txt > release/commons/csv/binaries/HEADER.html > release/commons/csv/binaries/README.html > release/commons/csv/source/HEADER.html > release/commons/csv/source/README.html
The HEADER and README files in the subdirectories are links, and should never be updated > Modified: release/commons/csv/README.html > ============================================================================== > --- release/commons/csv/README.html (original) > +++ release/commons/csv/README.html Fri Nov 21 17:30:27 2014 > @@ -1,6 +1,6 @@ > -<h1>Commons-CSV v1.0.</h1> > +<h1>Commons-CSV v1.1.</h1> > > -<p>This is the 1.0 version of commons-csv. It is available in both binary > and source distributions.</p> > +<p>This is the 1.1 version of commons-csv. It is available in both binary > and source distributions.</p> > > > <p><font color="red" size="+2">Note:</font> > @@ -29,12 +29,12 @@ HREF="http://www.apache.org/dist/commons > > <pre>Always test available signatures, <i>e.g.</i>, > $ pgpk -a KEYS > -$ pgpv commons-csv-1.0-bin.tar.gz.asc > +$ pgpv commons-csv-1.1-bin.tar.gz.asc > or, > $ pgp -ka KEYS > -$ pgp commons-csv-1.0-bin.tar.gz.asc > +$ pgp commons-csv-1.1-bin.tar.gz.asc > or, > $ gpg --import KEYS > -$ gpg --verify commons-csv-1.0-bin.tar.gz.asc > +$ gpg --verify commons-csv-1.1-bin.tar.gz.asc > </pre> > <p> > > Modified: release/commons/csv/RELEASE-NOTES.txt > ============================================================================== > --- release/commons/csv/RELEASE-NOTES.txt (original) > +++ release/commons/csv/RELEASE-NOTES.txt Fri Nov 21 17:30:27 2014 > @@ -1,4 +1,50 @@ > Apache Commons CSV > + Version 1.1 > + Release Notes > + > + > +INTRODUCTION: > + > +This document contains the release notes for the 1.1 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.0. > + > +The Apache Commons CSV library provides a simple interface for reading and > writing > +CSV files of various types. > + > +This is our second release. > + > +Changes in this version include: > + > +New features: > +o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods. > +o [CSV-131] Save positions of records to enable random access. Thanks to > Holger Stratmann. > +o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata. > + > +Fixed Bugs: > +o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with > CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic. > +o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add > withHeaderComments(String...). Thanks to Sergei Lebedev. > +o [CSV-128] CSVFormat.EXCEL should ignore empty header names. > +o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat > withQuote(). Thanks to Sascha Szott. > + > +Changes: > +o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan. > +o [CSV-134] Unified parameter validation. Thanks to wu wen. > + > +Historical list of changes: > http://commons.apache.org/proper/commons-csv/changes-report.html > + > +For complete information on Apache Commons CSV, including instructions on > how to submit bug reports, > +patches, or suggestions for improvement, see the Apache Apache Commons CSV > website: > + > +http://commons.apache.org/proper/commons-csv/ > + > +Have fun! > +-Apache Commons CSV team > + > +------------------------------------------------------------------------------- > + > + Apache Commons CSV > Version 1.0 > Release Notes > > @@ -18,7 +64,7 @@ First release > Changes in this version include: > > NEW FEATURES > -============== > +============ > > o CSV-121: IllegalArgumentException thrown when the header contains > duplicate names when the column names are empty. > Thanks to Sebastian Hardt. > @@ -32,7 +78,7 @@ o CSV-65: Header support > o CSV-48: Predefined format for MYSQL > > FIXED BUGS > -============ > +========== > > o CSV-125: No longer works with Java 6 > o CSV-122: NullPointerException when empty header string and and null > string of "". > @@ -57,7 +103,7 @@ o CSV-13: NullPointerException in CSVP > o CSV-23: Excel strategy uses wrong separator > > CHANGES > -========= > +======= > > o CSV-117: Validate format parameters in constructor > o CSV-42: Lots of possible changes Thanks to Bob Smith. > > Modified: release/commons/csv/binaries/HEADER.html > ============================================================================== > --- release/commons/csv/binaries/HEADER.html (original) > +++ release/commons/csv/binaries/HEADER.html Fri Nov 21 17:30:27 2014 > @@ -1 +1,13 @@ > -link ../HEADER.html > \ No newline at end of file > +<h1>Index of /dist/commons</h1> > + > +<h2>Apache Commons Project Distributions</h2> > + > +<p>The most recent source and binary releases for the Apache Commons project > are available from this directory listing. For older releases, please use the > <a href="http://archive.apache.org/dist/commons/">archives</a>. </p> > + > +<h2>Important Notices</h2> > + > +<ul> > +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> > +<li><a href="#sig">PGP/GPG Signatures</a></li> > +</ul> > + > > Modified: release/commons/csv/binaries/README.html > ============================================================================== > --- release/commons/csv/binaries/README.html (original) > +++ release/commons/csv/binaries/README.html Fri Nov 21 17:30:27 2014 > @@ -1 +1,40 @@ > -link ../README.html > \ No newline at end of file > +<h1>Commons-CSV v1.1.</h1> > + > +<p>This is the 1.1 version of commons-csv. It is available in both binary > and source distributions.</p> > + > + > +<p><font color="red" size="+2">Note:</font> > +The tar files in the distribution use GNU tar extensions > +and must be untarred with a GNU compatible version of tar. The version > +of tar on Solaris and Mac OS X will not work with these files</p> > + > +<a name="changes"><h2>Changes</h2></a> > + > +<p>The changes in this release are detailed in the release notes.</p> > + > +<p>Thank you for using <a href="http://commons.apache.org/csv/">CSV</a>.</p> > + > +<p>From the Apache Commons Project<br><a > href="http://commons.apache.org/">http://commons.apache.org/</a></p> > + > +<a name="sig"><h2>Signatures</h2></a> > + > +<p>Many of the files have been digitally signed using GnuPG. If so, > +there will be an accompanying <samp><em>file</em>.asc</samp> signature > +file in the same directory as the file (binaries/ or source/). The > +signing keys can be found in the distribution directory at <<a > +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> > + > +<p><b>Always download the KEYS file directly from the Apache site, never > from a mirror site.</b></p> > + > + > +<pre>Always test available signatures, <i>e.g.</i>, > +$ pgpk -a KEYS > +$ pgpv commons-csv-1.1-bin.tar.gz.asc > +or, > +$ pgp -ka KEYS > +$ pgp commons-csv-1.1-bin.tar.gz.asc > +or, > +$ gpg --import KEYS > +$ gpg --verify commons-csv-1.1-bin.tar.gz.asc > +</pre> > +<p> > > Modified: release/commons/csv/source/HEADER.html > ============================================================================== > --- release/commons/csv/source/HEADER.html (original) > +++ release/commons/csv/source/HEADER.html Fri Nov 21 17:30:27 2014 > @@ -1 +1,13 @@ > -link ../HEADER.html > \ No newline at end of file > +<h1>Index of /dist/commons</h1> > + > +<h2>Apache Commons Project Distributions</h2> > + > +<p>The most recent source and binary releases for the Apache Commons project > are available from this directory listing. For older releases, please use the > <a href="http://archive.apache.org/dist/commons/">archives</a>. </p> > + > +<h2>Important Notices</h2> > + > +<ul> > +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> > +<li><a href="#sig">PGP/GPG Signatures</a></li> > +</ul> > + > > Modified: release/commons/csv/source/README.html > ============================================================================== > --- release/commons/csv/source/README.html (original) > +++ release/commons/csv/source/README.html Fri Nov 21 17:30:27 2014 > @@ -1 +1,40 @@ > -link ../README.html > \ No newline at end of file > +<h1>Commons-CSV v1.1.</h1> > + > +<p>This is the 1.1 version of commons-csv. It is available in both binary > and source distributions.</p> > + > + > +<p><font color="red" size="+2">Note:</font> > +The tar files in the distribution use GNU tar extensions > +and must be untarred with a GNU compatible version of tar. The version > +of tar on Solaris and Mac OS X will not work with these files</p> > + > +<a name="changes"><h2>Changes</h2></a> > + > +<p>The changes in this release are detailed in the release notes.</p> > + > +<p>Thank you for using <a href="http://commons.apache.org/csv/">CSV</a>.</p> > + > +<p>From the Apache Commons Project<br><a > href="http://commons.apache.org/">http://commons.apache.org/</a></p> > + > +<a name="sig"><h2>Signatures</h2></a> > + > +<p>Many of the files have been digitally signed using GnuPG. If so, > +there will be an accompanying <samp><em>file</em>.asc</samp> signature > +file in the same directory as the file (binaries/ or source/). The > +signing keys can be found in the distribution directory at <<a > +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> > + > +<p><b>Always download the KEYS file directly from the Apache site, never > from a mirror site.</b></p> > + > + > +<pre>Always test available signatures, <i>e.g.</i>, > +$ pgpk -a KEYS > +$ pgpv commons-csv-1.1-bin.tar.gz.asc > +or, > +$ pgp -ka KEYS > +$ pgp commons-csv-1.1-bin.tar.gz.asc > +or, > +$ gpg --import KEYS > +$ gpg --verify commons-csv-1.1-bin.tar.gz.asc > +</pre> > +<p> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org