Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 75631 invoked from network); 10 Jul 2010 16:45:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jul 2010 16:45:50 -0000 Received: (qmail 25710 invoked by uid 500); 10 Jul 2010 16:45:49 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 25604 invoked by uid 500); 10 Jul 2010 16:45:49 -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 25506 invoked by uid 99); 10 Jul 2010 16:45:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 16:45:49 +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; Sat, 10 Jul 2010 16:45:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AC6F523889ED; Sat, 10 Jul 2010 16:44:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r962885 - in /commons/proper/net/branches/NET_2_0: RELEASE-NOTES.txt src/changes/changes.xml Date: Sat, 10 Jul 2010 16:44:53 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100710164453.AC6F523889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Sat Jul 10 16:44:53 2010 New Revision: 962885 URL: http://svn.apache.org/viewvc?rev=962885&view=rev Log: Synch. changes 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=962885&r1=962884&r2=962885&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (original) +++ commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt Sat Jul 10 16:44:53 2010 @@ -1,5 +1,4 @@ - Apache Commons Net 2.1 RELEASE NOTES This is primarily a maintenance release, but it also includes new features and enhancements. @@ -8,12 +7,7 @@ Users of version 2.0 are encouraged to u See the detailed list of changes below for full description of all bug fixes and enhancements. -This release contains some API compatibility breaks with version 2.0 (see also the clirr report): - Removed 4 unused fields from oacn.ftp.FTPSClient: KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM - Removed the field constant CODE_408 from org.apache.commons.net.nntp.NNTPReply - - -TO BE COMPLETED + TO BE COMPLETED Changes in this version include: @@ -22,6 +16,7 @@ o NET-263: SubnetUtils / SubNetInfo toS o Javadoc fixes, improvements, and refactoring. Fixed Bugs: +o NET-283: SocketClient should ensure input and output streams are closed o NET-302: FTP: initiateListParsing should not cache entryParser o NET-264: Telnet spyStream NullPointerException o Fix site reports 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=962885&r1=962884&r2=962885&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 Sat Jul 10 16:44:53 2010 @@ -58,13 +58,12 @@ This is primarily a maintenance release, Users of version 2.0 are encouraged to upgrade to 2.1, as this release includes some important bug fixes. See the detailed list of changes below for full description of all bug fixes and enhancements. - - This release contains some API compatibility breaks with version 2.0 (see also the clirr report): - Removed 4 unused fields from oacn.ftp.FTPSClient: KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM - Removed the field constant CODE_408 from org.apache.commons.net.nntp.NNTPReply - + TO BE COMPLETED "> + + SocketClient should ensure input and output streams are closed + FTP: initiateListParsing should not cache entryParser