Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 13428 invoked from network); 25 Mar 2010 16:32:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 16:32:38 -0000 Received: (qmail 43163 invoked by uid 500); 25 Mar 2010 16:32:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 43057 invoked by uid 500); 25 Mar 2010 16:32:38 -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 43050 invoked by uid 99); 25 Mar 2010 16:32:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 16:32:38 +0000 X-ASF-Spam-Status: No, hits=-1229.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 25 Mar 2010 16:32:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BBA972388900; Thu, 25 Mar 2010 16:32:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r927486 - /commons/proper/net/branches/NET_2_0/src/changes/changes.xml Date: Thu, 25 Mar 2010 16:32:16 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100325163216.BBA972388900@eris.apache.org> Author: sebb Date: Thu Mar 25 16:32:16 2010 New Revision: 927486 URL: http://svn.apache.org/viewvc?rev=927486&view=rev Log: Start documenting API changes Modified: commons/proper/net/branches/NET_2_0/src/changes/changes.xml 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=927486&r1=927485&r2=927486&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 Thu Mar 25 16:32:16 2010 @@ -15,15 +15,56 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY See the License for the specific language governing permissions and limitations under the License. --> + + Changes Rory Winston + - + Removed the following unused fields from org.apache.commons.net.ftp.FTPSClient: KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM