Author: sebb
Date: Mon Jul 12 16:47:40 2010
New Revision: 963346
URL: http://svn.apache.org/viewvc?rev=963346&view=rev
Log:
Recent changes
Modified:
commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt
commons/proper/net/branches/NET_2_0/src/changes/changes.xml
Modified: commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt?rev=963346&r1=963345&r2=963346&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (original)
+++ commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt Mon Jul 12 16:47:40
2010
@@ -12,11 +12,16 @@ See the detailed list of changes below f
Changes in this version include:
New features:
+o NET-244: Add support for FTPFileFilter filters. New classes FTPFileFilter,
FTPFileFilters, new methods:
+ FTPListParseEngine#getFiles(FTPFileFilter filter)
+ FTPClient.listFiles(String pathname, FTPFileFilter filter)
o NET-74: Testcase to show WindowSizeOptionHandler is working OK
o NET-263: SubnetUtils / SubNetInfo toString() implementations
o Javadoc fixes, improvements, and refactoring.
Fixed Bugs:
+o NET-313: Optionally enable EPSV with IPv4; Only send EPRT with IPv6.
+ Fix incorrect port used with EPRT. Allow activeMaxPort ==
activeMinPort in getActivePort() method.
o NET-328: FromNetASCIIInputStream.read(byte[], int, int) may change length
passed to superclass if not doing conversion
o NET-330: The method VMSFTPEntryParser.parseFileList(InputStream listStream)
should not be present.
Mark method as deprecated and to be removed
Modified: commons/proper/net/branches/NET_2_0/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/changes/changes.xml?rev=963346&r1=963345&r2=963346&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/changes/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/changes/changes.xml Mon Jul 12
16:47:40 2010
@@ -61,6 +61,15 @@ This is primarily a maintenance release,
TO BE COMPLETED
">
+ <action issue="NET-244" dev="sebb" type="add">
+ Add support for FTPFileFilter filters. New classes FTPFileFilter,
FTPFileFilters, new methods:
+ FTPListParseEngine#getFiles(FTPFileFilter filter)
+ FTPClient.listFiles(String pathname, FTPFileFilter filter)
+ </action>
+ <action issue="NET-313" dev="sebb" type="fix">
+ Optionally enable EPSV with IPv4; Only send EPRT with IPv6.
+ Fix incorrect port used with EPRT. Allow activeMaxPort ==
activeMinPort in getActivePort() method.
+ </action>
<action issue="NET-328" dev="sebb" type="fix">
FromNetASCIIInputStream.read(byte[], int, int) may change length
passed to superclass if not doing conversion
</action>