On 8/10/15 7:28 PM, ggreg...@apache.org wrote:
> Author: ggregory
> Date: Tue Aug 11 02:28:11 2015
> New Revision: 1695193
>
> URL: http://svn.apache.org/r1695193
> Log:
> Preparing release 1.2-RC1.
>
> Modified:
>     commons/proper/csv/trunk/RELEASE-NOTES.txt
>
> Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt
> URL: 
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/RELEASE-NOTES.txt?rev=1695193&r1=1695192&r2=1695193&view=diff
> ==============================================================================
> --- commons/proper/csv/trunk/RELEASE-NOTES.txt (original)
> +++ commons/proper/csv/trunk/RELEASE-NOTES.txt Tue Aug 11 02:28:11 2015
> @@ -1,4 +1,48 @@
>                          Apache Commons CSV
> +                           Version 1.2
> +                          Release Notes
> +
> +
> +INTRODUCTION:
> +
> +This document contains the release notes for the 1.2-SNAPSHOT 
You mean 1.2 above, I think.  

Phil

> 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 7.0.
> +
> +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-157:  Add enum CSVFormat.Predefined that contains the default 
> CSVFormat values.
> +
> +FIXED BUGS
> +============
> +
> +o CSV-145:  CSVFormat.with* methods clear the header comments Thanks to 
> Frank Ulbricht.
> +o CSV-156:  Incorrect Javadoc on QuoteMode.NONE Thanks to Jason 
> Steenstra-Pickens.
> +
> +
> +
> +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.1
>                            Release Notes
>  
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to