Author: sebb
Date: Sun Jul 11 23:09:02 2010
New Revision: 963160
URL: http://svn.apache.org/viewvc?rev=963160&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=963160&r1=963159&r2=963160&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:09:02
2010
@@ -12,10 +12,15 @@ See the detailed list of changes below f
Changes in this version include:
New features:
+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-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.
+ 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
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=963160&r1=963159&r2=963160&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:09:02 2010
@@ -61,6 +61,17 @@ This is primarily a maintenance release,
TO BE COMPLETED
">
+ <action issue="NET-74" dev="sebb" type="add">
+ Testcase to show WindowSizeOptionHandler is working OK
+ </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
+ </action>
+ <action issue="NET-180" dev="sebb" type="fix">
+ Telnet EOR is "consumed" by TelnetInputStream when in BINARY
transmission.
+ Send notification to TelnetNotificationHandler.
+ </action>
<action issue="NET-329" dev="sebb" type="fix">
TelnetInoutStream#__read() bug in the __receiveState handling
for the _STATE_IAC state.
</action>