@@ -61,6 +61,9 @@ This is primarily a maintenance release, but it also includes new features and e
61
61
62
62
TO BE COMPLETED
63
63
" >
64
+ <action issue =" NET-329" dev =" sebb" type =" fix" >
65
+ TelnetInoutStream#__read() bug in the __receiveState handling for the _STATE_IAC state.
66
+ </action >
64
67
<action issue =" NET-283" dev =" sebb" type =" fix" >
65
68
SocketClient should ensure input and output streams are closed
66
69
</action >
@@ -70,8 +73,8 @@ This is primarily a maintenance release, but it also includes new features and e
70
73
<action issue =" NET-264" dev =" sebb" type =" fix" >
71
74
Telnet spyStream NullPointerException
72
75
</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:
75
78
KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
76
79
</action >
77
80
<action dev =" niallp" type =" fix" >
@@ -155,10 +158,6 @@ This is primarily a maintenance release, but it also includes new features and e
155
158
<action dev =" rwinston" type =" fix" issue =" NET-277" >
156
159
Fix incorrect NNTP constant
157
160
</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 >
162
161
<action dev =" rwinston" type =" fix" issue =" NET-276" >
163
162
Use long instead of int for newsgroup counts
164
163
</action >
0 commit comments