Author: sebb
Date: Sun Jul 11 23:17:09 2010
New Revision: 963162
URL: http://svn.apache.org/viewvc?rev=963162&view=rev
Log:
Update changes list
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=963162&r1=963161&r2=963162&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (original)
+++ commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt Sun Jul 11 23:17:09
2010
@@ -17,6 +17,7 @@ o NET-263: SubnetUtils / SubNetInfo toS
o Javadoc fixes, improvements, and refactoring.
Fixed Bugs:
+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
o NET-180: Telnet EOR is "consumed" by TelnetInputStream when in BINARY
transmission.
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=963162&r1=963161&r2=963162&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 Sun Jul 11
23:17:09 2010
@@ -61,6 +61,9 @@ This is primarily a maintenance release,
TO BE COMPLETED
">
+ <action issue="NET-328" dev="sebb" type="fix">
+ FromNetASCIIInputStream.read(byte[], int, int) may change length
passed to superclass if not doing conversion
+ </action>
<action issue="NET-74" dev="sebb" type="add">
Testcase to show WindowSizeOptionHandler is working OK
</action>