This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 9d4c68d Use yyyy instead of YYYY in SimpleDateFormat #97. 9d4c68d is described below commit 9d4c68d784b4c511937f2f0e4276c5fa87d7dd20 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 1 08:37:11 2022 -0500 Use yyyy instead of YYYY in SimpleDateFormat #97. --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2527718..ad8a0fb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.9.0" date="2021-MM-DD" description="Maintenance and bug fix release (Java 8)."> + <!-- FIX --> + <action type="fix" issue="NET-708" dev="ggregory" due-to="XenoAmess"> + Use yyyy instead of YYYY in SimpleDateFormat #97. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory"> [FTP] Add FTPClient.mdtmInstant(String).