Author: sebb
Date: Tue Mar 23 22:42:38 2010
New Revision: 926823
URL: http://svn.apache.org/viewvc?rev=926823&view=rev
Log:
Start documenting removed fields
Modified:
commons/proper/net/branches/NET_2_0/src/changes/changes.xml
Modified: commons/proper/net/branches/NET_2_0/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/changes/changes.xml?rev=926823&r1=926822&r2=926823&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/changes/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/changes/changes.xml Tue Mar 23
22:42:38 2010
@@ -24,6 +24,10 @@ limitations under the License.
<body>
<release version="2.1" date="" description="Fix release">
+ <action dev="sebb" type="remove">
+ Removed the following unused fields from
org.apache.commons.net.ftp.FTPSClient:
+ KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
+ </action>
<action dev="niallp" type="fix">
Fix site reports
</action>
@@ -108,6 +112,10 @@ limitations under the License.
<action dev="rwinston" type="fix" issue="NET-277">
Fix incorrect NNTP constant
</action>
+ <action dev="rwinston" type="remove">
+ Removed the field constant CODE_408 from
org.apache.commons.net.nntp.NNTPReply.
+ This was previously incorrectly used to define
AUTHENTICATION_REQUIRED, see NET-277
+ </action>
<action dev="rwinston" type="fix" issue="NET-276">
Use long instead of int for newsgroup counts
</action>