Author: sebb
Date: Sat Mar 17 03:06:19 2012
New Revision: 1301856
URL: http://svn.apache.org/viewvc?rev=1301856&view=rev
Log:
Recent fixes
Modified:
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1301856&r1=1301855&r2=1301856&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Sat Mar 17 03:06:19 2012
@@ -65,6 +65,12 @@ The <action> type attribute can be add,u
<release version="3.2" date="TBA" description="
TBA
">
+ <action dev="sebb" type="add">
+ The examples can now be run using "java -jar
commons-net-examples-m.n.jar".
+ This will automatically include the main net jar in the classpath.
+ See documentation.
+ FTPClientExample now supports "-A" for anonymous login
+ </action>
<action issue="NET-442" dev="sebb" type="fix">
StringIndexOutOfBoundsException: String index out of range: -1 if
server respond with root is current directory.
</action>