Skip to content

Commit 05db5cf

Browse files
committed
Fixed NET-329; removed fields have now been deprecated or reinstated to preserve binary compat.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@962957 13f79535-47bb-0310-9956-ffa450edef68
1 parent 41bab78 commit 05db5cf

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

RELEASE-NOTES.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ o NET-263: SubnetUtils / SubNetInfo toString() implementations
1616
o Javadoc fixes, improvements, and refactoring.
1717

1818
Fixed Bugs:
19+
o NET-329: TelnetInoutStream#__read() bug in the __receiveState handling for the _STATE_IAC state.
1920
o NET-283: SocketClient should ensure input and output streams are closed
2021
o NET-302: FTP: initiateListParsing should not cache entryParser
2122
o NET-264: Telnet spyStream NullPointerException
@@ -48,15 +49,12 @@ o Fix inconsistent handling of socket read/write buffer size
4849
o NET-294: UnixFTPEntryParser fails to parse some entries
4950

5051
Changes:
52+
o Deprecated the following unused fields from org.apache.commons.net.ftp.FTPSClient:
53+
KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
5154
o NET-261: SubnetUtils.SubnetInfo.isInRange(...) behaviour not documented
5255
o NET-251: Moved class "ThreadContainer" from Threader.java into its own source file
5356
o Refactor examples package.
5457

55-
Removed:
56-
o Removed the following unused fields from org.apache.commons.net.ftp.FTPSClient:
57-
KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
58-
o Removed the field constant CODE_408 from org.apache.commons.net.nntp.NNTPReply.
59-
This was previously incorrectly used to define AUTHENTICATION_REQUIRED, see NET-277
6058

6159
For complete information on Commons Net, including instructions on how to submit bug reports,
6260
patches, or suggestions for improvement, see the Apache Commons Net website:

src/changes/changes.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ This is primarily a maintenance release, but it also includes new features and e
6161
6262
TO BE COMPLETED
6363
">
64+
<action issue="NET-329" dev="sebb" type="fix">
65+
TelnetInoutStream#__read() bug in the __receiveState handling for the _STATE_IAC state.
66+
</action>
6467
<action issue="NET-283" dev="sebb" type="fix">
6568
SocketClient should ensure input and output streams are closed
6669
</action>
@@ -70,8 +73,8 @@ This is primarily a maintenance release, but it also includes new features and e
7073
<action issue="NET-264" dev="sebb" type="fix">
7174
Telnet spyStream NullPointerException
7275
</action>
73-
<action dev="sebb" type="remove">
74-
Removed the following unused fields from org.apache.commons.net.ftp.FTPSClient:
76+
<action dev="sebb" type="update">
77+
Deprecated the following unused fields from org.apache.commons.net.ftp.FTPSClient:
7578
KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
7679
</action>
7780
<action dev="niallp" type="fix">
@@ -155,10 +158,6 @@ This is primarily a maintenance release, but it also includes new features and e
155158
<action dev="rwinston" type="fix" issue="NET-277">
156159
Fix incorrect NNTP constant
157160
</action>
158-
<action dev="rwinston" type="remove">
159-
Removed the field constant CODE_408 from org.apache.commons.net.nntp.NNTPReply.
160-
This was previously incorrectly used to define AUTHENTICATION_REQUIRED, see NET-277
161-
</action>
162161
<action dev="rwinston" type="fix" issue="NET-276">
163162
Use long instead of int for newsgroup counts
164163
</action>

0 commit comments

Comments
 (0)