Author: sebb
Date: Tue Jan 31 13:46:29 2012
New Revision: 1238525

URL: http://svn.apache.org/viewvc?rev=1238525&view=rev
Log:
Start preparing for a release

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

Modified: commons/proper/net/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/RELEASE-NOTES.txt?rev=1238525&r1=1238524&r2=1238525&view=diff
==============================================================================
--- commons/proper/net/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/net/trunk/RELEASE-NOTES.txt Tue Jan 31 13:46:29 2012
@@ -1,20 +1,39 @@
 
-              Apache Commons Net 3.0.1-SNAPSHOT RELEASE NOTES
+              Apache Commons Net 3.1-SNAPSHOT RELEASE NOTES
 
-The Commons Net team is pleased to announce the release of 
commons-net-3.0.1-SNAPSHOT
+The Commons Net team is pleased to announce the release of 
commons-net-3.1-SNAPSHOT
 
 Apache Commons Net library contains a collection of network utilities and 
protocol implementations.
 Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), 
Telnet, Whois
 
-This is a bug-fix release.
+This release fixes a few bugs and adds some new functionality (see below).
+ It is binary compatible with previous releases
 
 Changes in this version include:
 
+New features:
+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-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. 
 
 Fixed Bugs:
-o NET-409:  FTPClient truncates file (storeFile method).
-            Fix bug introduced in release 3.0. 
-
+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. 
+o NET-437:  TelnetInputStream doesn't support non-blocking IO when reader 
thread is not enabled Thanks to Gavin Camp. 
+o NET-422:  FTP using HTTP proxy not working Thanks to Tomas Mysik / Magnus 
Johansson. 
+o NET-423:  FTPClient.storeFIle might fail when ControlKeepAliveTimeout is set 
(ditto for FTPCLient.retrieveFile) Thanks to Jens Koch. 
+o NET-430:  Can't login to POP3S Server using explicit mode Thanks to Thomas 
Mathis. 
+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. 
+
+Changes:
+o NET-425:  _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. 
 
 
 For complete information on Commons Net, including instructions on how to 
submit bug reports,

Modified: commons/proper/net/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1238525&r1=1238524&r2=1238525&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Tue Jan 31 13:46:29 2012
@@ -52,12 +52,18 @@ The <action> type attribute can be add,u
     If the output is not quite correct, check for invisible trailing spaces!
     
     N.B. The release notes template groups actions by type, and only extracts 
data for the current release.
-    The changes report outputs actions in the order they appear in this file. 
+    The changes report outputs actions in the order they appear in this file.
+    
+    To regenerate the release notes:
+    mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
+
+    Defining changes.version allows one to create the RN without first 
removing the SNAPSHOT suffix.
      -->
 
     <body>
-        <release version="3.1-SNAPSHOT" date="TBA" description="
-TBA
+        <release version="3.1" date="TBA" description="
+This release fixes a few bugs and adds some new functionality (see below).
+  It is binary compatible with previous releases
         ">
             <action issue="NET-438" dev="sebb" type="fix" due-to="Norman 
Maurer">
             POP3Client.capa() should call POP3Client.getAdditionalReply()


Reply via email to