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

svn commit: r1243464 - /commons/proper/net/trunk/src/changes/changes.xml

Author: sebb
Date: Mon Feb 13 10:21:27 2012
New Revision: 1243464

URL: http://svn.apache.org/viewvc?rev=1243464&view=rev
Log:
Add component to descriptions

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=1243464&r1=1243463&r2=1243464&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Mon Feb 13 10:21:27 2012
@@ -67,10 +67,10 @@ This release fixes a few bugs and adds s
   It is binary compatible with previous releases
         ">
             <action issue="NET-441" dev="sebb" type="fix" due-to="consiliens">
-            mlistDir doc should be "MLSD" not "MSLD".
+            [FTP] mlistDir doc should be "MLSD" not "MSLD".
             </action>
             <action issue="NET-440" dev="sebb" type="add">
-            Allow user to provide default value in case SYST command fails.
+            [FTP] Allow user to provide default value in case SYST command fails.
             </action>
             <action issue="NET-438" dev="sebb" type="fix" due-to="Norman Maurer">
             POP3Client.capa() should call POP3Client.getAdditionalReply()
@@ -88,7 +88,7 @@ This release fixes a few bugs and adds s
             FTP should support reporting NATed external IP address
             </action>
             <action issue="NET-433" dev="sebb" type="add">
-            NET site should link to the examples
+            Commons NET site should link to the examples
             </action>
             <action issue="NET-422" dev="sebb" type="fix" due-to="Tomas Mysik / Magnus Johansson">
             FTP using HTTP proxy not working
@@ -106,14 +106,14 @@ This release fixes a few bugs and adds s
             FTPClient fails to close local listener socket when command socket channel encounter "ReadTimeoutException"
             </action>
             <action issue="NET-436" dev="sebb" type="add" due-to="Jürgen Jung">
-            Support for SYST "Mac OS" listing - "MACOS Peter's Server"
+            [FTP] Support for SYST "Mac OS" listing - "MACOS Peter's Server"
             </action>
             <action issue="NET-425" dev="sebb" type="update" due-to="Steven Jardine">
-            _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.
+            [FTP] _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.
             Likewise for receiveFile and receiveFileStream.
             </action>
             <action issue="NET-416" dev="sebb" type="update" due-to="Abhijeet Gaikwad">
-            Increasing sub-negotiation message holder array size
+            [Telnet] Increasing sub-negotiation message holder array size
             </action>
             <action issue="NET-428" dev="sebb" type="fix" due-to="sebb">
             SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( "1.2.3.4/32" ).getInfo().getAllAddresses()
@@ -122,7 +122,7 @@ This release fixes a few bugs and adds s
             Problem connecting to TLS/SSL SMTP server using explicit mode.
             </action>
             <action issue="NET-415" dev="sebb" type="fix" due-to="george thomas">
-            typo in migration how-to.
+            [Site] typo in migration how-to.
             </action>
         </release>