Skip to content

Commit c1e15a9

Browse files
committed
Bring changes and relnotes up to date
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@962806 13f79535-47bb-0310-9956-ffa450edef68
1 parent b94a9e9 commit c1e15a9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ o NET-263: SubnetUtils / SubNetInfo toString() implementations
2222
o Javadoc fixes, improvements, and refactoring.
2323

2424
Fixed Bugs:
25+
o NET-302: FTP: initiateListParsing should not cache entryParser
26+
o NET-264: Telnet spyStream NullPointerException
2527
o Fix site reports
2628
o NET-285: Add support for setting external host ip/port range
2729
o NET-290: Add fix and testcase for DotTerminatedMessageReader

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ This is primarily a maintenance release, but it also includes new features and e
6565
6666
TO BE COMPLETED
6767
">
68+
<action issue="NET-302" dev="sebb" type="fix">
69+
FTP: initiateListParsing should not cache entryParser
70+
</action>
71+
<action issue="NET-264" dev="sebb" type="fix">
72+
Telnet spyStream NullPointerException
73+
</action>
6874
<action dev="sebb" type="remove">
6975
Removed the following unused fields from org.apache.commons.net.ftp.FTPSClient:
7076
KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM

0 commit comments

Comments
 (0)