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 2018/04/03 23:37:28 UTC

commons-csv git commit: Update release for 1.6 to this year.

Repository: commons-csv
Updated Branches:
  refs/heads/master a9daab699 -> 00583b2ad


Update release for 1.6 to this year.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/00583b2a
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/00583b2a
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/00583b2a

Branch: refs/heads/master
Commit: 00583b2ad9f83f4bd30d0c48af6e905beb47fd49
Parents: a9daab6
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Apr 3 17:37:27 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Apr 3 17:37:27 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/00583b2a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14acb0a..8142c21 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,7 +38,7 @@
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="1.6" date="2017-MM-DD" description="Feature and bug fix release">
+    <release version="1.6" date="2018-MM-DD" description="Feature and bug fix release">
       <action issue="CSV-217" type="add" dev="ggregory" due-to="Korolyov Alexei">Add autoFlush option for CsvPrinter. PR #24.</action>
       <action issue="CSV-219" type="fix" dev="ggregory" due-to="Zhang Hongda">The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s).</action>
       <action issue="CSV-172" type="fix" dev="ggregory" due-to="Andrew Pennebaker">Don't quote cells just because they have UTF-8 encoded characters.</action>