Author: sebb
Date: Wed Dec 12 13:36:15 2012
New Revision: 1420667
URL: http://svn.apache.org/viewvc?rev=1420667&view=rev
Log:
Document change to Java 1.6
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=1420667&r1=1420666&r2=1420667&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Wed Dec 12 13:36:15 2012
@@ -67,6 +67,9 @@ The <action> type attribute can be add,u
<action issue="NET-492" dev="sebb" type="fix">
FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command
results
</action>
+ <action dev="ggregory" type="update">
+ Updated code to require Java 1.6
+ </action>
</release>
<release version="3.2" date="2012-12-03" description="
This release fixes bugs and adds some new functionality (see below).
|