Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 846A0C2BE for ; Fri, 7 Mar 2014 10:32:22 +0000 (UTC) Received: (qmail 55152 invoked by uid 500); 7 Mar 2014 10:32:22 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 55060 invoked by uid 500); 7 Mar 2014 10:32:12 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 55053 invoked by uid 99); 7 Mar 2014 10:32:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 10:32:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 07 Mar 2014 10:32:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 911B923888FE for ; Fri, 7 Mar 2014 10:31:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1575223 - /httpcomponents/httpclient-android/trunk/README.txt Date: Fri, 07 Mar 2014 10:31:47 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140307103147.911B923888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Fri Mar 7 10:31:47 2014 New Revision: 1575223 URL: http://svn.apache.org/r1575223 Log: Added a section about differences with the stock version to README Modified: httpcomponents/httpclient-android/trunk/README.txt Modified: httpcomponents/httpclient-android/trunk/README.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/trunk/README.txt?rev=1575223&r1=1575222&r2=1575223&view=diff ============================================================================== --- httpcomponents/httpclient-android/trunk/README.txt (original) +++ httpcomponents/httpclient-android/trunk/README.txt Fri Mar 7 10:31:47 2014 @@ -19,6 +19,19 @@ improvements and bug fixes. Apache HttpClient 4.3 port for Android is intended to remedy the situation by providing official releases compatible with Google Android. + +Differences with the stock version of Apache HttpClient +---------- + +(1) Compiled against HttpClient 4.0 APIs. + +(2) Commons Logging replaced with Android Logging. + +(3) Base64 implementation from Commons Codec replaced with Android Base64. + +(4) Android SSLCertificateSocketFactory used by default for SSL/TLS connections. + + Compatibility notes ----------