Author: rwinston
Date: Wed Feb 20 06:31:53 2008
New Revision: 629474
URL: http://svn.apache.org/viewvc?rev=629474&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=629474&r1=629473&r2=629474&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 Wed Feb 20
06:31:53 2008
@@ -123,19 +123,25 @@
Added encoding to FingerClient. From Ulrich
Mayring.
</action>
<action dev="rwinston" type="fix" issue="NET-24">
- Catch BindException in RCommandClient::connect()
+ Catch BindException in
RCommandClient::connect().
</action>
<action dev="rwinston" type="fix" issue="NET-178">
- Add encoding specifier to SMTPClient
+ Add encoding specifier to SMTPClient.
</action>
<action dev="rwinston" type="add">
- Add setters for socket send/receive buffer size
to SocketClient
+ 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>
+ <action dev="rwinston" type="fix" issue="NET-172">
+ Don't bind a UDP socket to NTP protocol port.
+ </action>
+ <action dev="rwinston" type="fix">
+ Better handling of user and group names with
embedded spaces in FTP listings.
</action>