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

svn commit: r633727 - /commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Author: rwinston
Date: Tue Mar  4 16:33:52 2008
New Revision: 633727

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

Modified:
    commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml?rev=633727&r1=633726&r2=633727&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Tue Mar  4 16:33:52 2008
@@ -88,9 +88,6 @@
 			<action dev="rwinston" type="fix" issue="NET-119">
 				Allow hidden files to be listed. Thanks to &lt;mario@ops.co.at&gt;
 			</action>
-			<action dev="rwinston" type="add">
-				Added an FTP parser for Netware FTP servers.
-			</action>
 			<action dev="rwinston" type="update">
 				Remove reflective check for Socket::isConnected() (no longer needed)
 			</action>
@@ -156,37 +153,76 @@
 
 
 		<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>
-			<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.
+			<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">
+				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">