You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2006/12/20 12:35:39 UTC

svn commit: r489059 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc: changes.xml migration.xml

Author: rwinston
Date: Wed Dec 20 03:35:39 2006
New Revision: 489059

URL: http://svn.apache.org/viewvc?view=rev&rev=489059
Log: (empty)

Modified:
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/migration.xml

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml?view=diff&rev=489059&r1=489058&r2=489059
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml Wed Dec 20 03:35:39 2006
@@ -23,6 +23,9 @@
 
 	<body>
 		<release version="2.0" date="" description="Java 5.0 release">
+			<action dev="rwinston" type="update">
+				Add null check in TelnetClient::disconnect().
+			</action>
 			<action dev="rwinston" type="remove">
 				Remove deprecated FTPFileIterator and FTPFileList classes.
 			</action>

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/migration.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/migration.xml?view=diff&rev=489059&r1=489058&r2=489059
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/migration.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/migration.xml Wed Dec 20 03:35:39 2006
@@ -30,6 +30,13 @@
 </p>
 </section>
 
+<section name="Commons/Net 1.4.x to Commons/Net 2.0">
+	<p>
+		This version requires a JDK 5.0+ runtime. It has also been tested on JDK 6.0. There should
+		be no changes required to existing client code.
+	</p>
+</section>
+
 <section name="NetComponents 1.3.8  to  Commons/Net">
 <p>
 This version is a drop in replacement for NetComponents.  Only package names have changed.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org