You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/08/25 08:16:15 UTC

svn commit: r10292 - in /release/commons/csv: ./ binaries/ source/

Author: ggregory
Date: Tue Aug 25 06:16:15 2015
New Revision: 10292

Log:
commons-csv 1.2.

Added:
    release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz   (with props)
    release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc
    release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.md5
    release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.sha1
    release/commons/csv/binaries/commons-csv-1.2-bin.zip   (with props)
    release/commons/csv/binaries/commons-csv-1.2-bin.zip.asc
    release/commons/csv/binaries/commons-csv-1.2-bin.zip.md5
    release/commons/csv/binaries/commons-csv-1.2-bin.zip.sha1
    release/commons/csv/source/commons-csv-1.2-src.tar.gz   (with props)
    release/commons/csv/source/commons-csv-1.2-src.tar.gz.asc
    release/commons/csv/source/commons-csv-1.2-src.tar.gz.md5
    release/commons/csv/source/commons-csv-1.2-src.tar.gz.sha1
    release/commons/csv/source/commons-csv-1.2-src.zip   (with props)
    release/commons/csv/source/commons-csv-1.2-src.zip.asc
    release/commons/csv/source/commons-csv-1.2-src.zip.md5
    release/commons/csv/source/commons-csv-1.2-src.zip.sha1
Removed:
    release/commons/csv/binaries/commons-csv-1.1-bin.tar.gz
    release/commons/csv/binaries/commons-csv-1.1-bin.tar.gz.asc
    release/commons/csv/binaries/commons-csv-1.1-bin.tar.gz.md5
    release/commons/csv/binaries/commons-csv-1.1-bin.tar.gz.sha1
    release/commons/csv/binaries/commons-csv-1.1-bin.zip
    release/commons/csv/binaries/commons-csv-1.1-bin.zip.asc
    release/commons/csv/binaries/commons-csv-1.1-bin.zip.md5
    release/commons/csv/binaries/commons-csv-1.1-bin.zip.sha1
    release/commons/csv/source/commons-csv-1.1-src.tar.gz
    release/commons/csv/source/commons-csv-1.1-src.tar.gz.asc
    release/commons/csv/source/commons-csv-1.1-src.tar.gz.md5
    release/commons/csv/source/commons-csv-1.1-src.tar.gz.sha1
    release/commons/csv/source/commons-csv-1.1-src.zip
    release/commons/csv/source/commons-csv-1.1-src.zip.asc
    release/commons/csv/source/commons-csv-1.1-src.zip.md5
    release/commons/csv/source/commons-csv-1.1-src.zip.sha1
Modified:
    release/commons/csv/README.html
    release/commons/csv/RELEASE-NOTES.txt

Modified: release/commons/csv/README.html
==============================================================================
--- release/commons/csv/README.html (original)
+++ release/commons/csv/README.html Tue Aug 25 06:16:15 2015
@@ -1,6 +1,6 @@
-<h1>Commons-CSV v1.1.</h1>
+<h1>Apache Commons CSV v1.2.</h1>
 
-<p>This is the 1.1 version of commons-csv. It is available in both binary and source distributions.</p>
+<p>This is the 1.2 version of Apache 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.1-bin.tar.gz.asc
+$ pgpv commons-csv-1.2-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-csv-1.1-bin.tar.gz.asc
+$ pgp commons-csv-1.2-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-csv-1.1-bin.tar.gz.asc
+$ gpg --verify commons-csv-1.2-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 Tue Aug 25 06:16:15 2015
@@ -1,4 +1,47 @@
                         Apache Commons CSV
+                           Version 1.2
+                          Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.2 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-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
 
@@ -8,7 +51,7 @@ 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.
+CSV requires at least Java 6.
 
 The Apache Commons CSV library provides a simple interface for reading and writing
 CSV files of various types.

Added: release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc Tue Aug 25 06:16:15 2015
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJV18bvAAoJEIb9x+KhEmLLXYAH/270wKfXdOONA4dRoaTRi42F
+dYlwxMSEXCOQPDCTSj3xo4h/88zrsRBHwPeZGakYrQkflBswVBu5JEDI+WoTzwuj
+NHGyrZ6Z/cOfzbIfZBR1Hijt+ui7aknWsS/yCpsLwD7kjt/73Lctl6jnCXSFfXP4
+LceGl/7hqxmWgSKoOx43Muz/hWwCihLRjmnGIQmJ5iWBHq5qHw9OYsOulG19z1Qw
+zhwTG+C3SOHOC67V2y37yJWlWm/PtlLvslPT9et7EW+7XLy77hYIaHfnyPqGR763
+1aqn/jlpeEWOAJqNH4qbpAPRTQSq2Njkmwtiw98BEoWTSAJwBpelyMkBnjWL7WY=
+=BQpf
+-----END PGP SIGNATURE-----

Added: release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.md5
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.md5 (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.md5 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+66e74d04da496276d0c17832ce40917b
\ No newline at end of file

Added: release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.sha1
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.sha1 (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.sha1 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+b9bb2a46433109a892c1de41e9cfbe76f94a9a91
\ No newline at end of file

Added: release/commons/csv/binaries/commons-csv-1.2-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: release/commons/csv/binaries/commons-csv-1.2-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/commons/csv/binaries/commons-csv-1.2-bin.zip.asc
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.zip.asc (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.zip.asc Tue Aug 25 06:16:15 2015
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJV18bvAAoJEIb9x+KhEmLLKV4IAJDQc5W41r7OYHOLHUdJ/g6S
+cDDLhdEEHSLyCgurriElEyBw6uw8AAvQUqk8QKfyWYQ7kzyjYP0N4uxeSmWkznY9
+Rr9+MvcHz6/O7lASWh9yXtjCHGgkiB2HwQryE8a+631/3kZeLjp6xwVN3laaiYIZ
+qXUtlKRW8fhi6jraeVnl8bQy+Hp2BwO6JHCMY/KdrGK9/w3VrjvOIdNcTVmbL9rk
+YuV4zEZL/R2XKwO4UoMtUVOAAOQBz6EyUTOXrQTZrZXAH2Zg5gVKsTGXBghKzb4D
+GoVS5tNYhSA9P5fPWa8r3Mjn/RuAAZKF/LGYYPKxAXTvd0Gbmv3FHBHmShFJmxw=
+=EA+k
+-----END PGP SIGNATURE-----

Added: release/commons/csv/binaries/commons-csv-1.2-bin.zip.md5
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.zip.md5 (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.zip.md5 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+a60cf0e0904a7f5316f59bbb0d127264
\ No newline at end of file

Added: release/commons/csv/binaries/commons-csv-1.2-bin.zip.sha1
==============================================================================
--- release/commons/csv/binaries/commons-csv-1.2-bin.zip.sha1 (added)
+++ release/commons/csv/binaries/commons-csv-1.2-bin.zip.sha1 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+bfe0b25f77137c5dec6a2b89c4bc86f190731d8f
\ No newline at end of file

Added: release/commons/csv/source/commons-csv-1.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/commons/csv/source/commons-csv-1.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/commons/csv/source/commons-csv-1.2-src.tar.gz.asc
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.tar.gz.asc (added)
+++ release/commons/csv/source/commons-csv-1.2-src.tar.gz.asc Tue Aug 25 06:16:15 2015
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJV18byAAoJEIb9x+KhEmLL0rIH/1C3CLNyOT4WHrhPCBVoVNmM
+YlAP82sY2bIlb31KkLDbeJI1oY/mCGb3fmjU9zvtPRTfLRUWHwrquahR0FYiHnN/
+z8DsJgZuL45oLkZznZJ4k/43GolDW7tIRaGbljKfj8LrHuMlH5o/k9d886VvW3+i
+ajopEHcH0tx6xXs+ZWt0j72P9ewX9HOQml972d9RJaKf9mCwfYnSAvvtKDUTzCcY
+OGydYpvE5nzYr16s0NYam8ibE1DuH5LXxF7EPAWfEPWIFDly2kJxUjEPqJYootCS
+UZOKXp7ecvgMPQ0rqIyd6OOC3ULi+g8bpvHnhKy8WrhmxlKTCH3Me25WqT/wFU0=
+=g144
+-----END PGP SIGNATURE-----

Added: release/commons/csv/source/commons-csv-1.2-src.tar.gz.md5
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.tar.gz.md5 (added)
+++ release/commons/csv/source/commons-csv-1.2-src.tar.gz.md5 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+a7baadba7387e01030081c39b0e4bf60
\ No newline at end of file

Added: release/commons/csv/source/commons-csv-1.2-src.tar.gz.sha1
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.tar.gz.sha1 (added)
+++ release/commons/csv/source/commons-csv-1.2-src.tar.gz.sha1 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+1617ce60cf846f0414959dac58ac0f9dae22c769
\ No newline at end of file

Added: release/commons/csv/source/commons-csv-1.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: release/commons/csv/source/commons-csv-1.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/commons/csv/source/commons-csv-1.2-src.zip.asc
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.zip.asc (added)
+++ release/commons/csv/source/commons-csv-1.2-src.zip.asc Tue Aug 25 06:16:15 2015
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJV18b1AAoJEIb9x+KhEmLLAvUH/RSqgGoblRLw76NcJVwl9iR+
+67TpBiJdUJnw4ml6rnAYTkmcWVMqUiiC5UWq7NNNv2L0O/NTtjTBCeujXY/6dQZv
+to/vPF6FWuHYsdZso5RUwt4qIQhQrjMqFW4Dif+DkDhPAQ9CXdjNpgDvSrcRQLKz
++iW3kDDaVlTdQ4cVTnlT57CmqI9sMOYZTZeTZ17MV37Ef6TOT/ZjrKVh7QtHDaFn
+/qEmc5G1tyLwy+biItFG+8LWJqx6QdcHllEsoOk26HeZBw0gBFYybqQezC0ei1XF
+73c1v6szesvMe4zyR6NJGOfGj9+rHN29W+XkFJkr2VWRDjFWf8NuIZVfgdt3zvk=
+=RN08
+-----END PGP SIGNATURE-----

Added: release/commons/csv/source/commons-csv-1.2-src.zip.md5
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.zip.md5 (added)
+++ release/commons/csv/source/commons-csv-1.2-src.zip.md5 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+d3b02a4c9d2c01711960c9621c5633e9
\ No newline at end of file

Added: release/commons/csv/source/commons-csv-1.2-src.zip.sha1
==============================================================================
--- release/commons/csv/source/commons-csv-1.2-src.zip.sha1 (added)
+++ release/commons/csv/source/commons-csv-1.2-src.zip.sha1 Tue Aug 25 06:16:15 2015
@@ -0,0 +1 @@
+89c228ebe40e05abf9761ba5163aa3910bc1c5de
\ No newline at end of file