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/11 01:24:15 UTC

svn commit: r1242992 - in /commons/proper/net/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: sebb
Date: Sat Feb 11 00:24:15 2012
New Revision: 1242992

URL: http://svn.apache.org/viewvc?rev=1242992&view=rev
Log:
Regen release notes

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=1242992&r1=1242991&r2=1242992&view=diff
==============================================================================
--- commons/proper/net/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/net/trunk/RELEASE-NOTES.txt Sat Feb 11 00:24:15 2012
@@ -12,12 +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-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-441:  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. 

Modified: commons/proper/net/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1242992&r1=1242991&r2=1242992&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Sat Feb 11 00:24:15 2012
@@ -31,7 +31,8 @@ SVN commits. TBA how to use this with SV
 
 To generate the release notes from this file:
 
-mvn changes:announcement-generate
+mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
+
 then tweak the formatting if necessary 
 and commit