Prepare for the next release.
This commit is contained in:
parent
7d86ab0ced
commit
aedb270a05
|
@ -1,5 +1,5 @@
|
||||||
Apache Commons CSV
|
Apache Commons CSV
|
||||||
Copyright 2005-2019 The Apache Software Foundation
|
Copyright 2005-2020 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (http://www.apache.org/).
|
The Apache Software Foundation (https://www.apache.org/).
|
||||||
|
|
|
@ -46,10 +46,9 @@ Apache Commons CSV
|
||||||
[![Build Status](https://travis-ci.org/apache/commons-csv.svg)](https://travis-ci.org/apache/commons-csv)
|
[![Build Status](https://travis-ci.org/apache/commons-csv.svg)](https://travis-ci.org/apache/commons-csv)
|
||||||
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
|
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
|
||||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
|
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
|
||||||
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.7.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.7)
|
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.8.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.8)
|
||||||
|
|
||||||
The Apache Commons CSV library provides a simple interface for reading and writing
|
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
|
||||||
CSV files of various types.
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -68,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<version>1.7</version>
|
<version>1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
<title>Apache Commons CSV Release Notes</title>
|
<title>Apache Commons CSV Release Notes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8" date="2019-MM-DD" description="Feature and bug fix release (Java 8)">
|
<release version="1.8" date="2019-01-18" description="Feature and bug fix release (Java 8)">
|
||||||
<action issue="CSV-255" type="add" dev="ggregory" due-to="0x100">Add CSVRecord.isSet(int) method #52.</action>
|
<action issue="CSV-255" type="add" dev="ggregory" due-to="0x100">Add CSVRecord.isSet(int) method #52.</action>
|
||||||
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
|
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
|
||||||
<action issue="CSV-244" type="fix" dev="sebb">Test case failures following CSVFormat#equals() update.</action>
|
<action issue="CSV-244" type="fix" dev="sebb">Test case failures following CSVFormat#equals() update.</action>
|
||||||
|
|
|
@ -66,7 +66,7 @@ limitations under the License.
|
||||||
<subsection name="Using a Mirror">
|
<subsection name="Using a Mirror">
|
||||||
<p>
|
<p>
|
||||||
We recommend you use a mirror to download our release
|
We recommend you use a mirror to download our release
|
||||||
builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
|
builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
|
||||||
the downloaded files using signatures downloaded from our main
|
the downloaded files using signatures downloaded from our main
|
||||||
distribution directories. Recent releases (48 hours) may not yet
|
distribution directories. Recent releases (48 hours) may not yet
|
||||||
be available from all the mirrors.
|
be available from all the mirrors.
|
||||||
|
@ -113,32 +113,32 @@ limitations under the License.
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
</section>
|
</section>
|
||||||
<section name="Apache Commons CSV 1.7 (Java 8)">
|
<section name="Apache Commons CSV 1.8 (Java 8)">
|
||||||
<subsection name="Binaries">
|
<subsection name="Binaries">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.7-bin.tar.gz">commons-csv-1.7-bin.tar.gz</a></td>
|
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.8-bin.tar.gz">commons-csv-1.8-bin.tar.gz</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.tar.gz.sha512">sha512</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.tar.gz.sha512">sha512</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.tar.gz.asc">pgp</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.tar.gz.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.7-bin.zip">commons-csv-1.7-bin.zip</a></td>
|
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.8-bin.zip">commons-csv-1.8-bin.zip</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.zip.sha512">sha512</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.zip.sha512">sha512</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.zip.asc">pgp</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.zip.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</subsection>
|
</subsection>
|
||||||
<subsection name="Source">
|
<subsection name="Source">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="[preferred]/commons/csv/source/commons-csv-1.7-src.tar.gz">commons-csv-1.7-src.tar.gz</a></td>
|
<td><a href="[preferred]/commons/csv/source/commons-csv-1.8-src.tar.gz">commons-csv-1.8-src.tar.gz</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.tar.gz.sha512">sha512</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.tar.gz.sha512">sha512</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.tar.gz.asc">pgp</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.tar.gz.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="[preferred]/commons/csv/source/commons-csv-1.7-src.zip">commons-csv-1.7-src.zip</a></td>
|
<td><a href="[preferred]/commons/csv/source/commons-csv-1.8-src.zip">commons-csv-1.8-src.zip</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.zip.sha512">sha512</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.zip.sha512">sha512</a></td>
|
||||||
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.zip.asc">pgp</a></td>
|
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.zip.asc">pgp</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
|
@ -86,7 +86,7 @@ limitations under the License.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For more information on subversion and creating patches see the
|
For more information on subversion and creating patches see the
|
||||||
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
|
<a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -106,9 +106,9 @@ limitations under the License.
|
||||||
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||||
<td><a href="mailto:user@commons.apache.org?subject=[csv]">Post</a></td>
|
<td><a href="mailto:user@commons.apache.org?subject=[csv]">Post</a></td>
|
||||||
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
|
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
|
||||||
<td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
|
<td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
|
||||||
<a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
|
<a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
|
||||||
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
|
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -124,9 +124,9 @@ limitations under the License.
|
||||||
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||||
<td><a href="mailto:dev@commons.apache.org?subject=[csv]">Post</a></td>
|
<td><a href="mailto:dev@commons.apache.org?subject=[csv]">Post</a></td>
|
||||||
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
|
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
|
||||||
<td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
|
<td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
|
||||||
<a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
|
<a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
|
||||||
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
|
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -142,8 +142,8 @@ limitations under the License.
|
||||||
<td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
<td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||||
<td><i>read only</i></td>
|
<td><i>read only</i></td>
|
||||||
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
|
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
|
||||||
<td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
|
<td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
|
||||||
<a href="http://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
|
<a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -152,15 +152,15 @@ limitations under the License.
|
||||||
<td>
|
<td>
|
||||||
<strong>Commons Commits List</strong>
|
<strong>Commons Commits List</strong>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Only for e-mails automatically generated by the <a href="scm.html">source control</a> system.
|
Only for e-mails automatically generated by the <a href="scm.html">source control</a> sytem.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</td>
|
</td>
|
||||||
<td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
|
<td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
|
||||||
<td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
<td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||||
<td><i>read only</i></td>
|
<td><i>read only</i></td>
|
||||||
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
|
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
|
||||||
<td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
|
<td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
|
||||||
<a href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
|
<a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -192,10 +192,10 @@ limitations under the License.
|
||||||
<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
|
<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
|
||||||
<td><i>read only</i></td>
|
<td><i>read only</i></td>
|
||||||
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
|
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
|
||||||
<td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
|
<td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br />
|
||||||
<a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
|
<a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
|
||||||
<a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
|
<a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
|
||||||
<a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
|
<a class="externalLink" href="https://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue