Skip to content

Commit eb6ec2e

Browse files
author
Rory Winston
committed
Update release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH@508214 13f79535-47bb-0310-9956-ffa450edef68
1 parent ad92bbe commit eb6ec2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/org/apache/commons/net/ftp/FTPClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import java.net.ServerSocket;
2828
import java.net.Socket;
2929
import java.util.ArrayList;
30-
import java.util.Arrays;
3130

3231
import org.apache.commons.net.MalformedServerReplyException;
3332
import org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory;

src/site/xdoc/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ limitations under the License.
2323

2424
<body>
2525
<release version="2.0" date="" description="Java 5.0 release">
26+
<action dev="rwinston" type="update" issue="NET-151">
27+
Add support for explictly overriding destination hosts for passive sessions. Thanks to &lt;neil@JAMMConsulting.com&gt;
28+
</action>
2629
<action dev="rwinston" type="update">
2730
Add null check in TelnetClient::disconnect().
2831
</action>

0 commit comments

Comments
 (0)