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:33:50 UTC

svn commit: r1243472 - /commons/proper/net/trunk/RELEASE-NOTES.txt

Author: sebb
Date: Mon Feb 13 10:33:49 2012
New Revision: 1243472

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

Modified:
    commons/proper/net/trunk/RELEASE-NOTES.txt

Modified: commons/proper/net/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/RELEASE-NOTES.txt?rev=1243472&r1=1243471&r2=1243472&view=diff
==============================================================================
--- commons/proper/net/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/net/trunk/RELEASE-NOTES.txt Mon Feb 13 10:33:49 2012
@@ -12,14 +12,14 @@ This release fixes a few bugs and adds s
 Changes in this version include:
 
 New features:
-o NET-440:  Allow user to provide default value in case SYST command fails. 
+o NET-440:  [FTP] Allow user to provide default value in case SYST command fails. 
 o NET-346:  FTP should support reporting NATed external IP address Thanks to Kevin Samuel. 
-o NET-433:  NET site should link to the examples 
+o NET-433:  Commons NET site should link to the examples 
 o NET-426:  FTPS: Hook to customize _openDataConnection_ SSLSocket before startHandshake() is called Thanks to Ketan. 
-o NET-436:  Support for SYST "Mac OS" listing - "MACOS Peter's Server" Thanks to Jürgen Jung. 
+o NET-436:  [FTP] Support for SYST "Mac OS" listing - "MACOS Peter's Server" Thanks to Jürgen Jung. 
 
 Fixed Bugs:
-o NET-441:  mlistDir doc should be "MLSD" not "MSLD". Thanks to consiliens. 
+o NET-441:  [FTP] mlistDir doc should be "MLSD" not "MSLD". Thanks to consiliens. 
 o NET-438:  POP3Client.capa() should call POP3Client.getAdditionalReply() Thanks to Norman Maurer. 
 o NET-412:  TFTP implementation subject to Sorcerer's Apprentice Syndrome Thanks to Chuck Wolber. 
 o NET-410:  TFTP does not handle RFC 783 retransmits Thanks to Chuck Wolber. 
@@ -30,12 +30,12 @@ o NET-430:  Can't login to POP3S Server 
 o NET-434:  FTPClient fails to close local listener socket when command socket channel encounter "ReadTimeoutException" Thanks to zhangyong. 
 o NET-428:  SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( "1.2.3.4/32" ).getInfo().getAllAddresses() Thanks to sebb. 
 o NET-421:  Problem connecting to TLS/SSL SMTP server using explicit mode. Thanks to Oliver Saggau. 
-o NET-415:  typo in migration how-to. Thanks to george thomas. 
+o NET-415:  [Site] typo in migration how-to. Thanks to george thomas. 
 
 Changes:
-o NET-425:  _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.
+o NET-425:  [FTP] _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.
             Likewise for receiveFile and receiveFileStream. Thanks to Steven Jardine. 
-o NET-416:  Increasing sub-negotiation message holder array size Thanks to Abhijeet Gaikwad. 
+o NET-416:  [Telnet] Increasing sub-negotiation message holder array size Thanks to Abhijeet Gaikwad. 
 
 
 For complete information on Commons Net, including instructions on how to submit bug reports,