This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit 67a11fe0f440943f7a4e622e077336e6ddbfc754 Author: Gary Gregory <[email protected]> AuthorDate: Wed Jul 29 11:03:56 2026 -0400 Force Gregorian calendar in FTP listing timestamp parsers (##406). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 10ffca92..ede9df44 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Check parser type before instantiating class in DefaultFTPFileEntryParserFactory.createFileEntryParser() (#403).</action> <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Run hostname verifier on FTPS data connection (#404).</action> <action type="fix" dev="ggregory" due-to="Sarankumar Baskar, Matt Pryor, Gary Gregory" issue="NET-745">[Javadoc] Improve UnixFTPEntryParser when filename with leading space when listing contains a year instead of time (IBM i example) (#405).</action> + <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Force Gregorian calendar in FTP listing timestamp parsers (##406).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 103.</action>
