You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/19 23:10:04 UTC

[commons-net] branch master updated: +=NET-663

This is an automated email from the ASF dual-hosted git repository.

sebb 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 6cefeaa  +=NET-663
6cefeaa is described below

commit 6cefeaaa33562a9a5667c8889f965df498faa249
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 00:09:55 2020 +0100

    +=NET-663
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eee9a7d..7d4231f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -149,9 +149,12 @@ This is mainly a bug-fix release. See further details below.
             <action issue="NET-678" type="update" dev="sebb" due-to="Roman Grigoriadi">
             VMS ftp LIST parsing results in empty file list
             </action>
-            <action issue="NET-674" type="update" dev="sebb" due-to="Chris Steingen">
+            <action issue="NET-674" type="add" dev="sebb" due-to="Chris Steingen">
             FTPListParseEngine should support listing via MLSD
             </action>
+            <action issue="NET-663" type="fix" dev="sebb" due-to="Max Shenfield">
+            NullPointerException when FTPClient remote verification fails
+            </action>
         </release>
         <release version="3.6" date="2017-02-15" description="
 This is mainly a bug-fix release. See further details below.