Updated project webste for HttpClient 4.4-beta1 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project-website/trunk@1627952 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/news.apt b/src/site/apt/news.apt
index f1a2a25..b9548d7 100644
--- a/src/site/apt/news.apt
+++ b/src/site/apt/news.apt
@@ -30,6 +30,31 @@
 
 HttpComponents Project News
 
+*  28 September 2014 - HttpComponents HttpClient 4.4-beta1 released
+
+    This is the first BETA release of HttpClient 4.4. Notable features and enhancements included
+    in 4.4 series are:
+
+    * 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>
+
+    * Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to use
+    native NTLM or SPNEGO authentication schemes can make use of platform specific functionality
+    via JNA and current user system credentials
+
+    * More efficient stale connection checking: indiscriminate connection checking which results
+    in approximately 20 to 50 ms overhead per request has been deprecated in favor of conditional
+    connection state validation (persistent connections are to be re-validated only if a specified
+    period inactivity has elapsed)
+
+    * Authentication cache thread-safety: authentication caches used by HttpClient is now thread-safe
+    and can be shared by multiple threads in order to re-use authentication state for subsequent
+    requests
+
 *  22 September 2014 - HttpComponents HttpCore 4.4-beta1 released
 
     This is the first BETA release from the 4.4.x development branch. The most notable features 
@@ -54,20 +79,8 @@
 *  30 June 2014 - HttpComponents HttpClient 4.4-alpha1 released
 
     This is the first ALPHA release from the 4.4.x development branch. Notable features and 
-    enhancements included this release are:
-
-    * More efficient stale connection checking: indiscriminate connection checking which results
-    in approximately 20 to 50 ms overhead per request has been deprecated in favor of conditional
-    connection state validation (persistent connections are to be re-validated only if a specified
-    period inactivity has elapsed)
-
-    * Native windows Negotiate/NTLM via JNA: when running on Windows OS HttpClient configured to 
-    use native NTLM or SPNEGO authentication schemes can make use of platform specific 
-    functionality via JNA and current user system credentials
-
-    * Authentication cache thread-safety: authentication caches used by HttpClient is now 
-    thread-safe and can be shared by multiple threads in order to re-use authentication state for 
-    subsequent requests
+    enhancements included this release are: more efficient stale connection checking, native 
+    Windows Negotiate/NTLM via JNA, authentication cache thread-safety
 
 *  18 June 2014 - HttpComponents HttpCore 4.4-alpha1 released
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 711656a..5affc39 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -77,7 +77,7 @@
       <item name="Get Involved" href="get-involved.html"/>
     </menu>
     <menu name="Components">
-      <item name="HttpClient 4.4 (alpha)" collapse="true" href="httpcomponents-client-4.4.x/index.html">
+      <item name="HttpClient 4.4 (beta)" collapse="true" href="httpcomponents-client-4.4.x/index.html">
         <item name="Quick Start" href="httpcomponents-client-4.4.x/quickstart.html"/>
         <item name="Tutorial" href="httpcomponents-client-4.4.x/tutorial/html/index.html"/>
         <item name="Examples" href="httpcomponents-client-4.4.x/examples.html"/>
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index a6f4ec0..2e1adf6 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -107,44 +107,44 @@
     <p>Recent releases of HttpClient can be found <a href="[preferred]/httpcomponents/httpclient">here</a></p>
   </subsection>
 
-  <subsection name="HttpClient 4.4-alpha1">
+  <subsection name="HttpClient 4.4-beta1">
     <a href="http://www.apache.org/dist/httpcomponents/httpclient/KEYS">KEYS</a>
     <a href="http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.4.x.txt">Release Notes</a>
     <br/>
     <p>Binary</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.tar.gz">4.4-alpha1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.tar.gz">4.4-beta1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.zip">4.4-alpha1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.zip">4.4-beta1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-bin.zip.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.tar.gz">4.4-alpha1.tar.gz (OSGi bundle)</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.tar.gz">4.4-beta1.tar.gz (OSGi bundle)</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.zip">4.4-alpha1.zip (OSGi bundle)</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-alpha1-osgi-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.zip">4.4-beta1.zip (OSGi bundle)</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.4-beta1-osgi-bin.zip.asc">pgp</a>]
      </li>
     </ul>
     <p>Source</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.tar.gz">4.4-alpha1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.tar.gz">4.4-beta1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.zip">4.4-alpha1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-alpha1-src.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.zip">4.4-beta1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.4-beta1-src.zip.asc">pgp</a>]
      </li>
     </ul>
   </subsection>