You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2008/02/18 13:02:02 UTC

svn commit: r628694 - /commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Author: rwinston
Date: Mon Feb 18 04:01:54 2008
New Revision: 628694

URL: http://svn.apache.org/viewvc?rev=628694&view=rev
Log:
Update changes

Modified:
    commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml?rev=628694&r1=628693&r2=628694&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Mon Feb 18 04:01:54 2008
@@ -119,6 +119,27 @@
 				Removed deprecated classes FTPFileListParser, FTPFileListParserImpl, and DefaultFTPFileListParser. Also
 				removed associated deprecated methods from FTPClient.
 			</action>
+			<action dev="rwinston" type="fix" issue="NET-164">
+				Added encoding to FingerClient. From Ulrich Mayring.
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-24">
+				Catch BindException in RCommandClient::connect()
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-178">
+				Add encoding specifier to SMTPClient
+			</action>
+			<action dev="rwinston" type="add">
+				Add setters for socket send/receive buffer size to SocketClient
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-177">
+				Fix PASV specifiers that broke previously. From Chris Eagle.
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-182">
+				Catch NPE in FTP parser factory method.
+			</action>
+
+
+
 		</release>