Updated project website for HttpAsyncClient 4.1 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project-website/trunk@1675710 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/news.apt b/src/site/apt/news.apt
index 85d276e..673e5d6 100644
--- a/src/site/apt/news.apt
+++ b/src/site/apt/news.apt
@@ -30,6 +30,32 @@
 
 HttpComponents Project News
 
+*  23 April - HttpAsyncClient 4.1 (GA) released 
+
+    This is the first stable (GA) release of HttpAsyncClient 4.1. Notable features and enhancements 
+    included in 4.1 series are:
+
+    * Support for pipelined request execution 
+
+    * Support for the latest HTTP state management specification (RFC 6265). Please note that the 
+    old cookie policy is still used by default for compatibility reasons. RFC 6265 compliant cookie 
+    policies need to be explicitly configured by the user. Please also note that as of next feature 
+    release support for Netscape draft, RFC 2109 and RFC 2965 cookie policies will be deprecated 
+    and disabled by default. It is recommended to use RFC 6265 compliant policies for new 
+    applications unless compatibility with RFC 2109 and RFC 2965 is required and to migrate 
+    existing applications to the default cookie policy.
+
+    * Enhanced, redesigned and rewritten default SSL hostname verifier with improved RFC 2818
+    compliance
+
+    * Default SSL hostname verifier and default cookie policy now validate certificate identity 
+    and cookie domain of origin against the public suffix list maintained by Mozilla.org
+    <https://publicsuffix.org/list>
+
+    * Authentication cache thread-safety: authentication cache used by HttpClient is now 
+    thread-safe and can be shared by multiple threads in order to re-use authentication state for 
+    subsequent requests
+
 *  31 March 2014 - HttpComponents HttpClient 4.4.1 (GA) released
 
     This is a maintenance release that fixes a number of bugs reported since 4.4.
diff --git a/src/site/site.xml b/src/site/site.xml
index 6645027..2e5581d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -104,24 +104,12 @@
         <item name="Download" href="httpcomponents-core-4.4.x/download.html"/>
         <item name="Project Info" href="httpcomponents-core-4.4.x/project-info.html"/>
       </item>
-      <item name="HttpCore 4.3" collapse="true" href="httpcomponents-core-4.3.x/index.html">
-        <item name="Tutorial" href="httpcomponents-core-4.3.x/tutorial/html/index.html"/>
-        <item name="Examples" href="httpcomponents-core-4.3.x/examples.html"/>
-        <item name="Download" href="httpcomponents-core-4.3.x/download.html"/>
-        <item name="Project Info" href="httpcomponents-core-4.3.x/project-info.html"/>
-      </item>
-      <item name="HttpAsyncClient 4.1 (beta)" collapse="true" href="httpcomponents-asyncclient-4.1.x/index.html">
+      <item name="HttpAsyncClient 4.1" collapse="true" href="httpcomponents-asyncclient-4.1.x/index.html">
         <item name="Quick Start" href="httpcomponents-asyncclient-4.1.x/quickstart.html"/>
         <item name="Examples" href="httpcomponents-asyncclient-4.1.x/examples.html"/>
         <item name="Download" href="httpcomponents-asyncclient-4.1.x/download.html"/>
         <item name="Project Info" href="httpcomponents-asyncclient-4.1.x/project-info.html"/>
       </item>
-      <item name="HttpAsyncClient 4.0" collapse="true" href="httpcomponents-asyncclient-4.0.x/index.html">
-        <item name="Quick Start" href="httpcomponents-asyncclient-4.0.x/quickstart.html"/>
-        <item name="Examples" href="httpcomponents-asyncclient-4.0.x/examples.html"/>
-        <item name="Download" href="httpcomponents-asyncclient-4.0.x/download.html"/>
-        <item name="Project Info" href="httpcomponents-asyncclient-4.0.x/project-info.html"/>
-      </item>
     </menu>
     <menu name="Legacy">
       <item name="Commons HttpClient" href="httpclient-legacy/index.html"/>
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index fb8b010..67fa40f 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -149,34 +149,34 @@
     <p>Recent releases of HttpCore can be found <a href="[preferred]/httpcomponents/httpcore">here</a></p>
   </subsection>
 
-  <subsection name="HttpAsyncClient 4.0.2 (GA)">
+  <subsection name="HttpAsyncClient 4.1 (GA)">
     <a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/KEYS">KEYS</a>
-    <a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/RELEASE_NOTES-4.0.x.txt">Release Notes</a>
+    <a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/RELEASE_NOTES-4.1.x.txt">Release Notes</a>
     <br/>
     <p>Binary</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.tar.gz">4.0.2.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.tar.gz">4.1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.zip">4.0.2.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.0.2-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.zip">4.1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-bin.zip.asc">pgp</a>]
      </li>
     </ul>
     <p>Source</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.tar.gz">4.0.2.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.tar.gz">4.1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.zip">4.0.2.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.0.2-src.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.zip">4.1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-src.zip.asc">pgp</a>]
      </li>
     </ul>
   </subsection>
@@ -199,38 +199,6 @@
     </ul>
   </subsection>
 
-  <subsection name="HttpAsyncClient 4.1-beta1">
-    <a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/KEYS">KEYS</a>
-    <a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/RELEASE_NOTES-4.1.x.txt">Release Notes</a>
-    <br/>
-    <p>Binary</p>
-    <ul>
-     <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.tar.gz">4.1-beta1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.tar.gz.asc">pgp</a>]
-     </li>
-     <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.zip">4.1-beta1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/binary/httpcomponents-asyncclient-4.1-beta1-bin.zip.asc">pgp</a>]
-     </li>
-    </ul>
-    <p>Source</p>
-    <ul>
-     <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.tar.gz">4.1-beta1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.tar.gz.asc">pgp</a>]
-     </li>
-     <li>
-       <a href="[preferred]/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.zip">4.1-beta1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpasyncclient/source/httpcomponents-asyncclient-4.1-beta1-src.zip.asc">pgp</a>]
-     </li>
-    </ul>
-  </subsection>
-
   <subsection name="Older releases">
     <p>
     Old releases are available from the