You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2008/03/05 01:32:07 UTC

svn commit: r633726 - /commons/proper/net/trunk/xdocs/changes.xml

Author: rwinston
Date: Tue Mar  4 16:32:06 2008
New Revision: 633726

URL: http://svn.apache.org/viewvc?rev=633726&view=rev
Log:
Update changes.xml from Martin

Modified:
    commons/proper/net/trunk/xdocs/changes.xml

Modified: commons/proper/net/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/changes.xml?rev=633726&r1=633725&r2=633726&view=diff
==============================================================================
--- commons/proper/net/trunk/xdocs/changes.xml (original)
+++ commons/proper/net/trunk/xdocs/changes.xml Tue Mar  4 16:32:06 2008
@@ -22,39 +22,77 @@
 	</properties>
 	
 
-	<body>
 		<release version="1.5.0" date="" description="">
-			<action dev="dfs" type="fix">
-				Applied Rob Hasselbaum's
+			<action dev="dfs" type="fix" issue="NET-3">
+				TelnetInputStream.java: Applied Rob
+Hasselbaum's
 				&lt;rhasselbaum -> alumni.ithaca.edu&gt;
 				patch for PR 38688 fixing a
 				TelnetInputStream hang.
 			</action>
-			<action dev="dfs" type="update">
-				Exposed control connection of FTP
-				class via _controlInput_ and _controlOutput_
+			<action dev="rwinston" type="fix"
+issue="NET-73">
+				TelnetInputStream.java: Fixing another
+potential deadlock for 
+                        telnet and FTP (patch courtesy Rob Hasselbaum).
+			</action>
+			<action dev="dfs" type="update" issue="NET-57">
+				FTP.java: Exposed control connection of
+FTP
+				class via _controlInput_ and
+_controlOutput_
 				protected member variables in response
 				to PR 38309 reported by
 				&lt;josejuan.montiel@gmail.com&gt;.
 			</action>
-			<action dev="dfs" type="fix">
-				Reverted PR 32859 patch to TFTPClient
-				because it caused final packets to not
-				be sent.
+			<action dev="rwinston" type="fix"
+issue="NET-68">
+				TFTPClient.java: Fix bug causing final
+packets
+				to not be sent.
+			</action>
+			<action dev="rwinston" type="fix"
+issue="NET-161">
+				TFTPClient.java: Fix sendFile() (related
+to NET-68).
+			</action>
+			<action dev="rwinston" type="fix"
+issue="NET-181">
+				TFTPClient.java: block number
+wraparound.
+			</action>
+			<action dev="scohen" type="fix" issue="NET-16">
+				UNIXFTPEntryParser.java: support for
+group names with
+                        spaces (patch courtesy D. Kilzer).
+			</action>
+			<action dev="scohen" type="fix" issue="NET-62">
+				DefaultFTPFileEntryParserFactory.java:
+Wrap 
+                        NoClassDefFoundError in FTP parser exception
+                        when ORO is not available.
+			</action>
+			<action dev="rwinston" type="add"
+issue="NET-33">
+				FTPClient.java: Fix closing FTP
+ServerSocket after timeout
 			</action>
 			<action dev="rwinston" type="add">
-				Added an FTP parser for Netware FTP servers.
-			</action>
-			<action dev="rwinston" type="fix" issue="NET-188">
-				Fix leap year date parsing bug.
-			</action>
-			<action dev="rwinston" type="add">
-				Added an FTP parser for Netware FTP servers.
+				FTPClientConfig.java: Added an FTP
+parser for Netware FTP servers.
+                        Tested on Novell Netware 6.5.
+			</action>
+			<action dev="rwinston" type="fix"
+issue="NET-188">
+				FTPTimestampParserImpl.java: Fix leap
+year date parsing bug.
 			</action>
 			<action dev="rwinston" type="fix">
-				Fix minor issues with NNTP parsing.
+				Article.java: Fix minor issues with NNTP
+parsing.
 			</action>
-		</release>
+		</release> 
+>
 		
 		<release version="1.4.1" date="December 3, 2005" description="fix release to restore jdk 1.3 compatability">
 			<action dev="scohen" type="fix">