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 cb70005bddcc6ba9dbe17ceaaef20b04aabd7636 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 18 10:51:45 2026 -0700 Run hostname verifier on FTPS data connection (#404). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 25edb49c..fc47d763 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="sebb" due-to="Javid Khan">Reject CR/LF in IMAP quoteMailboxName (#399).</action> <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Reject CR/LF in FTP, POP3, NNTP and SMTP command senders (#400).</action> <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> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 102.</action>
