Skip to content

Commit 2e4f332

Browse files
committed
Update changes list
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@963162 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9de4928 commit 2e4f332

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ o NET-263: SubnetUtils / SubNetInfo toString() implementations
1717
o Javadoc fixes, improvements, and refactoring.
1818

1919
Fixed Bugs:
20+
o NET-328: FromNetASCIIInputStream.read(byte[], int, int) may change length passed to superclass if not doing conversion
2021
o NET-330: The method VMSFTPEntryParser.parseFileList(InputStream listStream) should not be present.
2122
Mark method as deprecated and to be removed
2223
o NET-180: Telnet EOR is "consumed" by TelnetInputStream when in BINARY transmission.

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ This is primarily a maintenance release, but it also includes new features and e
6161
6262
TO BE COMPLETED
6363
">
64+
<action issue="NET-328" dev="sebb" type="fix">
65+
FromNetASCIIInputStream.read(byte[], int, int) may change length passed to superclass if not doing conversion
66+
</action>
6467
<action issue="NET-74" dev="sebb" type="add">
6568
Testcase to show WindowSizeOptionHandler is working OK
6669
</action>

0 commit comments

Comments
 (0)