You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/03/07 11:35:13 UTC

svn commit: r1575227 - /httpcomponents/httpclient-android/branches/4.3.3-android/README.txt

Author: olegk
Date: Fri Mar  7 10:35:13 2014
New Revision: 1575227

URL: http://svn.apache.org/r1575227
Log:
Added a section about differences with the stock version to README

Modified:
    httpcomponents/httpclient-android/branches/4.3.3-android/README.txt

Modified: httpcomponents/httpclient-android/branches/4.3.3-android/README.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.3-android/README.txt?rev=1575227&r1=1575226&r2=1575227&view=diff
==============================================================================
--- httpcomponents/httpclient-android/branches/4.3.3-android/README.txt (original)
+++ httpcomponents/httpclient-android/branches/4.3.3-android/README.txt Fri Mar  7 10:35:13 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 
 ----------