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 2012/02/05 19:15:58 UTC

svn commit: r1240774 - in /httpcomponents/httpclient/trunk: doap_HttpComponents_Client.rdf src/site/apt/download.apt src/site/apt/index.apt src/site/apt/quickstart.apt

Author: olegk
Date: Sun Feb  5 18:15:58 2012
New Revision: 1240774

URL: http://svn.apache.org/viewvc?rev=1240774&view=rev
Log:
Updated web site for HttpClient 4.2-beta1 release

Modified:
    httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf
    httpcomponents/httpclient/trunk/src/site/apt/download.apt
    httpcomponents/httpclient/trunk/src/site/apt/index.apt
    httpcomponents/httpclient/trunk/src/site/apt/quickstart.apt

Modified: httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf?rev=1240774&r1=1240773&r2=1240774&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf (original)
+++ httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf Sun Feb  5 18:15:58 2012
@@ -135,6 +135,11 @@ This is the successor to the widely used
         <created>2011-08-07</created>
         <revision>4.1.2 GA</revision>
       </Version>
+      <Version>
+        <name>httpcomponents-client-4.2-alpha1</name>
+        <created>2011-11-03</created>
+        <revision>4.2-alpha1</revision>
+      </Version>
     </release>
 
     <repository>

Modified: httpcomponents/httpclient/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/download.apt?rev=1240774&r1=1240773&r2=1240774&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/download.apt Sun Feb  5 18:15:58 2012
@@ -42,46 +42,46 @@ HttpClient Downloads
     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 Client 4.2-alpha1}
+* {HttpComponents Client 4.2-beta1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2-alpha1</version>
+    <version>4.2-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2-alpha1}
+* {HttpComponents HttpMime 4.2-beta1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2-alpha1</version>
+    <version>4.2-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2-alpha1}
+* {HttpComponents HttpClient Cache 4.2-beta1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2-alpha1</version>
+    <version>4.2-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2-alpha1}
+* {HttpComponents HttpClient Fluent 4.2-beta1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>hc-fluent</artifactId>
-    <version>4.2-alpha1</version>
+    <version>4.2-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------

Modified: httpcomponents/httpclient/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/index.apt?rev=1240774&r1=1240773&r2=1240774&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/index.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/index.apt Sun Feb  5 18:15:58 2012
@@ -64,7 +64,7 @@ HttpClient Overview
 
     * Tunneled HTTPS connections through HTTP proxies, via the CONNECT method.
 
-    * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO/Kerberos authentication schemes.
+    * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO, Kerberos authentication schemes.
 
     * Plug-in mechanism for custom authentication schemes.
 

Modified: httpcomponents/httpclient/trunk/src/site/apt/quickstart.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/quickstart.apt?rev=1240774&r1=1240773&r2=1240774&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/quickstart.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/quickstart.apt Sun Feb  5 18:15:58 2012
@@ -33,8 +33,8 @@ HttpClient Quick Start
     [[1]] Download 'Binary' package of the latest official release from 
     the {{{http://hc.apache.org/downloads.cgi} project download page}}. 
   
-    There should be 5 jars in total (components marked with (*) are optional if MIME multipart 
-    support is not required)
+    There should be 7 jars in total (components marked with (*) include additional features and 
+    are optional)
   
     * commons-logging-<x.x.x>.jar
   
@@ -46,6 +46,10 @@ HttpClient Quick Start
   
     * httpmime-<x.x.x>.jar (*)
     
+    * httpclient-cache-<x.x.x>.jar (*)
+
+    * fluent-hc-<x.x.x>.jar (*)
+
     []
     
     [[2]] Take a look at the HttpClient tutorial shipped with the release package or available
@@ -56,4 +60,4 @@ HttpClient Quick Start
     
     [[4]] Please note that HttpClient is not a browser. Importantly it lacks UI, cache, HTML 
     renderer and a JavaScript engine. To learn more about the scope of HttpClient please refer to 
-    {{{./primer.html}HttpClient Primer}}
\ No newline at end of file
+    {{{./primer.html}HttpClient Primer}}