Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 2099 invoked from network); 11 Jul 2010 23:18:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jul 2010 23:18:35 -0000 Received: (qmail 83150 invoked by uid 500); 11 Jul 2010 23:18:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 83062 invoked by uid 500); 11 Jul 2010 23:18:35 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 83055 invoked by uid 99); 11 Jul 2010 23:18:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 23:18:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 23:18:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 918272388A4B; Sun, 11 Jul 2010 23:17:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r963162 - in /commons/proper/net/branches/NET_2_0: RELEASE-NOTES.txt src/changes/changes.xml Date: Sun, 11 Jul 2010 23:17:09 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100711231709.918272388A4B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 "> + + FromNetASCIIInputStream.read(byte[], int, int) may change length passed to superclass if not doing conversion + Testcase to show WindowSizeOptionHandler is working OK