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
commit e246eb093894b53bfa3e00ad978d0dc0e3f44c2e Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 30 09:40:13 2026 -0500 [NET-740] FTP fails to parse listings for Linux vsftpd in Chinese or Japanese #393 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5fa87a9..8295e194 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="Gary Gregory">IMAPExportMbox now restores the current thread's interrupt flag when catching InterruptedException.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">IOUtil.readWrite() now restores the current thread's interrupt flag when catching InterruptedException.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">TelnetInputStream now restores the current thread's interrupt flag when catching InterruptedException.</action> + <action type="fix" dev="ggregory" due-to="Jianwei Guo, Gary Gregory" issue="NET-740">FTP fails to parse listings for Linux vsftpd in Chinese or Japanese #393.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add DatagramSocketClient.getDefaultTimeoutDuration() and deprecate getDefaultTimeout().</action> <!-- UPDATE -->
