Author: sebb
Date: Tue Nov 9 02:26:43 2010
New Revision: 1032817
URL: http://svn.apache.org/viewvc?rev=1032817&view=rev
Log:
Add fixed JIRAs NET-282 and NET-266
Put jira id first in tags to they appear in Eclipse outline view
Modified:
commons/proper/net/trunk/RELEASE-NOTES.txt
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/RELEASE-NOTES.txt?rev=1032817&r1=1032816&r2=1032817&view=diff
==============================================================================
--- commons/proper/net/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/net/trunk/RELEASE-NOTES.txt Tue Nov 9 02:26:43 2010
@@ -29,12 +29,14 @@ o NET-313: Optionally enable EPSV with
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
+ Partial fix - marked method as deprecated and to be removed
o NET-180: Telnet EOR is "consumed" by TelnetInputStream when in BINARY
transmission.
Send notification to TelnetNotificationHandler.
o NET-329: TelnetInoutStream#__read() bug in the __receiveState handling for
the _STATE_IAC state.
o NET-283: SocketClient should ensure input and output streams are closed
o NET-302: FTP: initiateListParsing should not cache entryParser
+o NET-282: Improvement to isInRange method in SubnetUtil.SubnetInfo class
+o NET-266: FTPClient.listFiles() corrupts file name in certain circumstances
o NET-264: Telnet spyStream NullPointerException
o Fix site reports
o NET-285: Add support for setting external host ip/port range
@@ -50,7 +52,6 @@ o NET-250: DefaultFTPFileEntryParserFac
o NET-257: FTP.getReplyStrings() returned array of null Strings
o NET-259: UnixFTPEntryParser regex did not match some directory entries
o NET-260: SubnetUtils.SubnetInfo.isInRange(...) returned incorrect values
-o NET-262: SubnetUtils did not handle /31 and /32 CIDRs well
o NET-265: UnixFTPEntryParser failed to parse entry in certain conditions
o NET-266: FTPClient.listFiles() corrupted file name in certain circumstances
o NET-256: FTPSClient should accept a pre-configured SSLContext
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1032817&r1=1032816&r2=1032817&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Tue Nov 9 02:26:43 2010
@@ -92,7 +92,7 @@ This is primarily a maintenance release,
</action>
<action issue="NET-330" dev="sebb" type="fix">
The method VMSFTPEntryParser.parseFileList(InputStream listStream)
should not be present.
- Mark method as deprecated and to be removed
+ Partial fix - marked method as deprecated and to be removed
</action>
<action issue="NET-180" dev="sebb" type="fix">
Telnet EOR is "consumed" by TelnetInputStream when in BINARY
transmission.
@@ -107,6 +107,12 @@ This is primarily a maintenance release,
<action issue="NET-302" dev="sebb" type="fix">
FTP: initiateListParsing should not cache entryParser
</action>
+ <action issue="NET-282" dev="rwinston" type="fix">
+ Improvement to isInRange method in SubnetUtil.SubnetInfo class
+ </action>
+ <action issue="NET-266" dev="rwinston" type="fix">
+ FTPClient.listFiles() corrupts file name in certain
circumstances
+ </action>
<action issue="NET-264" dev="sebb" type="fix">
Telnet spyStream NullPointerException
</action>
@@ -117,64 +123,64 @@ This is primarily a maintenance release,
<action dev="niallp" type="fix">
Fix site reports
</action>
- <action dev="rwinston" type="fix" issue="NET-285">
+ <action issue="NET-285" dev="rwinston" type="fix">
Add support for setting external host ip/port range
</action>
- <action dev="rwinston" type="fix" issue="NET-290">
+ <action issue="NET-290" dev="rwinston" type="fix">
Add fix and testcase for DotTerminatedMessageReader
</action>
- <action dev="rwinston" type="fix" issue="NET-288">
+ <action issue="NET-288" dev="rwinston" type="fix">
Add support for IPv6 EPRT/EPSV
</action>
- <action dev="rwinston" type="fix" issue="NET-305">
+ <action issue="NET-305" dev="rwinston" type="fix">
Fix SubnetUtils for /32 subnets and add inclusive host count
flag
</action>
- <action dev="rwinston" type="fix" issue="NET-300">
+ <action issue="NET-300" dev="rwinston" type="fix">
Fix NPE when listHiddenFiles was on
</action>
- <action dev="rwinston" type="fix" issue="NET-215">
+ <action issue="NET-215" dev="rwinston" type="fix">
UNIXFTPEntryParser didn't preserve trailing whitespace in files
</action>
- <action dev="rwinston" type="fix" issue="NET-236">
+ <action issue="NET-236" dev="rwinston" type="fix">
method SubnetUtils.SubnetInfo.isInRange(addr) returns
incorrect result
</action>
- <action dev="rwinston" type="fix" issue="NET-242">
+ <action issue="NET-242" dev="rwinston" type="fix">
Method createServerSocket of FTPSSocketFactory never called
and thus UseClientMode is incorrect in a secured ftp transfer using active mode.
</action>
- <action dev="rwinston" type="fix" issue="NET-248">
+ <action issue="NET-248" dev="rwinston" type="fix">
Fix inconsistent command list in FTPCommand
</action>
- <action dev="rwinston" type="fix" issue="NET-250">
+ <action issue="NET-250" dev="rwinston" type="fix">
DefaultFTPFileEntryParserFactory did not work with Netware FTP
server returning "NETWARE TYPE: L8"
</action>
- <action dev="rwinston" type="fix" issue="NET-257">
+ <action issue="NET-257" dev="rwinston" type="fix">
FTP.getReplyStrings() returned array of null Strings
</action>
- <action dev="rwinston" type="fix" issue="NET-259">
+ <action issue="NET-259" dev="rwinston" type="fix">
UnixFTPEntryParser regex did not match some directory entries
</action>
- <action dev="rwinston" type="fix" issue="NET-260">
+ <action issue="NET-260" dev="rwinston" type="fix">
SubnetUtils.SubnetInfo.isInRange(...) returned incorrect values
</action>
- <action dev="rwinston" type="update" issue="NET-261">
+ <action issue="NET-261" dev="rwinston" type="update">
SubnetUtils.SubnetInfo.isInRange(...) behaviour not documented
</action>
- <action dev="rwinston" type="fix" issue="NET-262">
+ <action issue="NET-262"> dev="rwinston" type="fix"
SubnetUtils did not handle /31 and /32 CIDRs well
</action>
- <action dev="rwinston" type="fix" issue="NET-265">
+ <action issue="NET-265" dev="rwinston" type="fix">
UnixFTPEntryParser failed to parse entry in certain conditions
</action>
- <action dev="rwinston" type="fix" issue="NET-266">
+ <action issue="NET-266" dev="rwinston" type="fix">
FTPClient.listFiles() corrupted file name in certain
circumstances
</action>
- <action dev="rwinston" type="update" issue="NET-251">
+ <action issue="NET-251" dev="rwinston" type="update">
Moved class "ThreadContainer" from Threader.java into its own
source file
</action>
- <action dev="rwinston" type="fix" issue="NET-256">
+ <action issue="NET-256" dev="rwinston" type="fix">
FTPSClient should accept a pre-configured SSLContext
</action>
- <action dev="rwinston" type="add" issue="NET-263">
+ <action issue="NET-263" dev="rwinston" type="add">
SubnetUtils / SubNetInfo toString() implementations
</action>
<action dev="rwinston" type="fix">
@@ -186,25 +192,25 @@ This is primarily a maintenance release,
<action dev="sebb" type="add">
Javadoc fixes, improvements, and refactoring.
</action>
- <action dev="rwinston" type="fix" issue="NET-245">
+ <action issue="NET-245" dev="rwinston" type="fix">
Apply MFMT patch
</action>
- <action dev="rwinston" type="fix" issue="NET-279">
+ <action issue="NET-279" dev="rwinston" type="fix">
Fix copying of reply lines collection
</action>
- <action dev="rwinston" type="fix" issue="NET-277">
+ <action issue="NET-277" dev="rwinston" type="fix">
Fix incorrect NNTP constant
</action>
- <action dev="rwinston" type="fix" issue="NET-274">
+ <action issue="NET-274" dev="rwinston" type="fix">
Restore socket state after CCC command
</action>
- <action dev="rwinston" type="fix" issue="NET-275">
+ <action issue="NET-275" dev="rwinston" type="fix">
Example code in FTPClient doesn't compile
</action>
<action dev="rwinston" type="fix">
Fix inconsistent handling of socket read/write buffer size
</action>
- <action dev="sebb" type="fix" issue="NET-294">
+ <action issue="NET-294" dev="sebb" type="fix">
UnixFTPEntryParser fails to parse some entries
</action>
</release>