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 2017/05/27 11:21:09 UTC

[16/50] [abbrv] httpcomponents-website git commit: Updated project website for HttpClient Android port release 4.3.5.1

Updated project website for HttpClient Android port release 4.3.5.1

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project-website/trunk@1652952 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/commit/5baae82e
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/tree/5baae82e
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-website/diff/5baae82e

Branch: refs/heads/master
Commit: 5baae82e514e2f7cda50212240a4ae4435c27666
Parents: d7bd489
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Mon Jan 19 10:04:50 2015 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Mon Jan 19 10:04:50 2015 +0000

----------------------------------------------------------------------
 src/site/apt/httpcomponents-client-4.3.x/android-port.apt | 4 ++--
 src/site/apt/news.apt                                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-website/blob/5baae82e/src/site/apt/httpcomponents-client-4.3.x/android-port.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/httpcomponents-client-4.3.x/android-port.apt b/src/site/apt/httpcomponents-client-4.3.x/android-port.apt
index 6a71c88..63b74df 100644
--- a/src/site/apt/httpcomponents-client-4.3.x/android-port.apt
+++ b/src/site/apt/httpcomponents-client-4.3.x/android-port.apt
@@ -58,7 +58,7 @@ HttpClient for Android
 
     [[1]] Base64 implementation from Commons Codec replaced with Android Base64.
 
-    [[1]] Android SSLCertificateSocketFactory used by default for SSL/TLS connections.
+    [[1]] Android default SSLSocketFactory used by for SSL/TLS connections.
 
 
 * {Compatibility notes} 
@@ -80,6 +80,6 @@ HttpClient for Android
     
 ----
 dependencies {
-    compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5'
+    compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'
 }
 ----

http://git-wip-us.apache.org/repos/asf/httpcomponents-website/blob/5baae82e/src/site/apt/news.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/news.apt b/src/site/apt/news.apt
index 1c0a476..8839d4d 100644
--- a/src/site/apt/news.apt
+++ b/src/site/apt/news.apt
@@ -144,7 +144,7 @@ HttpComponents Project News
 
     Users of HttpClient 4.3 are encouraged to upgrade.
     
-*  24 February 2014 - HttpComponents HttpAsyncCleint 4.0.1 (GA) released
+*  24 February 2014 - HttpComponents HttpAsyncClient 4.0.1 (GA) released
 
     This maintenance release fixes a number of bugs including incorrect OSGi bundle metadata
     found since release 4.0. This release also upgrades HttpCore and HttpClient dependencies to