Updated project web site for HttpAsyncClient 4.0-beta2 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1368488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index 43a301c..ce64552 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -42,13 +42,24 @@
     in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
     by adding the following block to the dependency descriptor:
 
-* {HttpComponents AsyncClient 4.0-beta1}
+* {HttpComponents AsyncClient 4.0-beta2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpasyncclient</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-beta2</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------
+
+* {HttpComponents AsyncClient Cache 4.0-beta2}
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>httpasyncclient-cache</artifactId>
+    <version>4.0-beta2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 6688f2a..71f98d0 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -80,6 +80,8 @@
 
     * Plug-in mechanism for custom cookie policies.
 
+    * Support for HTTP/1.1 response caching.
+
 {Standards Compliance}
 
     HttpAsyncClient strives to conform to the following specifications endorsed by the Internet 
diff --git a/src/site/apt/quickstart.apt b/src/site/apt/quickstart.apt
index eb5202d..e03505d 100644
--- a/src/site/apt/quickstart.apt
+++ b/src/site/apt/quickstart.apt
@@ -33,7 +33,8 @@
     [[1]] Download 'Binary' package of the latest official release from the 
     {{{http://hc.apache.org/downloads.cgi} project download page}}. 
   
-    There should be 6 jars in total:
+    There should be 7 jars in total (components marked with (*) include additional features and 
+    are optional):
   
     * commons-logging-<x.x.x>.jar
   
@@ -47,4 +48,15 @@
   
     * httpasyncclient-<x.x.x>.jar
   
-    []
+    * httpasyncclient-cache-<x.x.x>.jar (*)
+
+   []
+
+    [[2]] Take a look at the {{{../httpcomponents-core-ga/tutorial/html/index.html}HttpCore 
+    tutorial}} for introduction to fundamentals of asynchronous HTTP communication with
+    HttpComponents.
+    
+    [[3]] Another good way of getting started with HttpClient is by seeing it in action. Take 
+    a look at the samples shipped with the release package or available {{{./examples.html}online}}.
+    
+