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 2011/07/23 11:51:43 UTC

svn commit: r1150080 - in /httpcomponents/httpclient/branches/4.1.x/src/site/apt: download.apt index.apt ntlm.apt

Author: olegk
Date: Sat Jul 23 09:51:42 2011
New Revision: 1150080

URL: http://svn.apache.org/viewvc?rev=1150080&view=rev
Log:
HttpClient web site updates for 4.1.2 release

Modified:
    httpcomponents/httpclient/branches/4.1.x/src/site/apt/download.apt
    httpcomponents/httpclient/branches/4.1.x/src/site/apt/index.apt
    httpcomponents/httpclient/branches/4.1.x/src/site/apt/ntlm.apt

Modified: httpcomponents/httpclient/branches/4.1.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/src/site/apt/download.apt?rev=1150080&r1=1150079&r2=1150080&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpclient/branches/4.1.x/src/site/apt/download.apt Sat Jul 23 09:51:42 2011
@@ -42,35 +42,35 @@ 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.1.1}
+* {HttpComponents Client 4.1.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.1.1}
+* {HttpComponents HttpMime 4.1.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.1.1}
+* {HttpComponents HttpClient Cache 4.1.2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------

Modified: httpcomponents/httpclient/branches/4.1.x/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/src/site/apt/index.apt?rev=1150080&r1=1150079&r2=1150080&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/src/site/apt/index.apt (original)
+++ httpcomponents/httpclient/branches/4.1.x/src/site/apt/index.apt Sat Jul 23 09:51:42 2011
@@ -91,7 +91,7 @@ HttpClient Overview
 
     * The ability to set connection timeouts.
 
-    * Experimental support for HTTP/1.1 response caching.
+    * HTTP/1.1 response caching.
 
     * Source code is freely available under the Apache License.
 

Modified: httpcomponents/httpclient/branches/4.1.x/src/site/apt/ntlm.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/src/site/apt/ntlm.apt?rev=1150080&r1=1150079&r2=1150080&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/src/site/apt/ntlm.apt (original)
+++ httpcomponents/httpclient/branches/4.1.x/src/site/apt/ntlm.apt Sat Jul 23 09:51:42 2011
@@ -48,7 +48,7 @@ NTLM support in HttpClient
     Principles initiative}}. 
 
     HttpClient as of version 4.1 supports NTLMv1 and NTLMv2 authentication protocols out 
-    of the box using a custom authentication engine. However, there can still be compatibility
+    of the box using a custom authentication engine. However, there are still known compatibility
     issues with newer Microsoft products as the default NTLM engine implementation is still 
     relatively new. One can also use {{{http://jcifs.samba.org/}JCIFS}} as an alternative, more 
     established and mature NTLM engine developed by Samba project.