Author: sebb
Date: Thu Mar 3 16:42:57 2011
New Revision: 1076674
URL: http://svn.apache.org/viewvc?rev=1076674&view=rev
Log:
Document which fields removed
Modified:
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1076674&r1=1076673&r2=1076674&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Thu Mar 3 16:42:57 2011
@@ -81,7 +81,8 @@ The <action> type attribute can be add,u
The POP3 client does not support SSL/TLS connections.
</action>
<action dev="sebb" type="remove">
- Removed deprecated unused fields from FTPSClient.
+ Removed deprecated unused fields from FTPSClient:
+ - KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
Removed deprecated methods FTPClient.getSystemName(),
FTPListParseEngine.readServerList(InputStream stream),
FTPSSocketFactory.createServerSocket(int port),
FTPSSocketFactory.createServerSocket(int port, int backlog),
FTPSSocketFactory.createServerSocket(int port, int backlog,
InetAddress ifAddress),