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
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 @@
 
     [[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 @@
     
 ----
 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'
 }
 ----
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 @@
 
     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