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 2013/06/12 13:03:42 UTC

svn commit: r1492142 - in /httpcomponents/project/trunk: README.txt src/site/apt/news.apt src/site/xdoc/downloads.xml

Author: olegk
Date: Wed Jun 12 11:03:41 2013
New Revision: 1492142

URL: http://svn.apache.org/r1492142
Log:
Updated project web site for HttpClient 4.3-beta2 release

Modified:
    httpcomponents/project/trunk/README.txt
    httpcomponents/project/trunk/src/site/apt/news.apt
    httpcomponents/project/trunk/src/site/xdoc/downloads.xml

Modified: httpcomponents/project/trunk/README.txt
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/README.txt?rev=1492142&r1=1492141&r2=1492142&view=diff
==============================================================================
--- httpcomponents/project/trunk/README.txt (original)
+++ httpcomponents/project/trunk/README.txt Wed Jun 12 11:03:41 2013
@@ -4,6 +4,7 @@ The POM currently references the followi
 
 ../httpcore
 ../httpclient
+../httpasyncclient
 
 which must be in the relevant directories.
 
@@ -18,4 +19,4 @@ Commons HttpClient httpclient-legacy
 
 The entries tagged with "(link)" are soft links to the actual directory, for example:
 
-httpcomponents-client-ga -> httpcomponents-client-4.1.0
\ No newline at end of file
+httpcomponents-client-ga -> httpcomponents-client-4.1.0

Modified: httpcomponents/project/trunk/src/site/apt/news.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/src/site/apt/news.apt?rev=1492142&r1=1492141&r2=1492142&view=diff
==============================================================================
--- httpcomponents/project/trunk/src/site/apt/news.apt (original)
+++ httpcomponents/project/trunk/src/site/apt/news.apt Wed Jun 12 11:03:41 2013
@@ -30,32 +30,14 @@
 
 HttpComponents Project News
 
-* 16 May - HttpComponents HttpAsyncClient 4.0-beta4 released
-
-    The 4.0 BETA4 release delivers significant performance improvements in request execution,
-    especially for short HTTP messages, and also re-aligns programming interfaces used by 
-    the library with HttpCore 4.3 and HttpClient 4.3 APIs. Configuration and preference APIs of 
-    HttpAsyncClient are now consistent with those used by HttpClient 4.3.
-
-* 8 May - HttpComponents HttpCore 4.3-beta2 released
-
-    This is the second BETA release from the 4.3.x release branch. This release addresses 
-    performance issues in the non-blocking connection pool implementation and also includes 
-    a number of performance improvements in the low level NIO based transport components.
+*  12 June 2013 - HttpComponents HttpClient 4.3-beta2 released
 
-*  24 April 2013 - HttpComponents HttpClient 4.2.5 (GA) released
-
-    This is a maintenance release that addresses a number of issues reported since release 4.2.4 
-    including a major bug that can lead to re-use of persistent connections in a inconsistent state.
-
-*  11 April 2013 - HttpComponents HttpClient 4.3-beta1 released
-
-    This is the first BETA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several
-    key areas and includes several notable features and improvements:
+    This is the second BETA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in 
+    several key areas and includes several notable features and improvements: 
 
     * Support for Java 7 try-with-resources for resource management (connection release.)
 
-    * Added fluent Builder classes for HttpEntity, HttpRequest and HttpClient instances. 
+    * Added fluent Builder classes for HttpEntity, HttpRequest, HttpClient and SSLContext instances. 
 
     * Deprecation of preference and configuration API based on HttpParams interface in favor of
     constructor injection and plain configuration objects.
@@ -71,8 +53,8 @@ HttpComponents Project News
     specifically to the user configuration by physically excluding unnecessary protocol components.
 
     * There is now an option to construct a minimal HttpClient implementation that can only execute 
-    basic HTTP message exchanges without redirects, authentication, state management or proxy support.
-    This feature might be of particular use in web crawler development. 
+    basic HTTP message exchanges without redirects, authentication, state management or proxy 
+    support. This feature might be of particular use in web crawler development. 
 
     * There is now option to avoid strict URI syntax for request URIs by executing HTTP requests 
     with an explicitly specified target host. HttpClient will no longer attempt to parse the request 
@@ -80,6 +62,35 @@ HttpComponents Project News
 
     This release also includes all fixes from the stable 4.2.x release branch.
 
+* 16 May - HttpComponents HttpAsyncClient 4.0-beta4 released
+
+    The 4.0 BETA4 release delivers significant performance improvements in request execution,
+    especially for short HTTP messages, and also re-aligns programming interfaces used by 
+    the library with HttpCore 4.3 and HttpClient 4.3 APIs. Configuration and preference APIs of 
+    HttpAsyncClient are now consistent with those used by HttpClient 4.3.
+
+* 8 May - HttpComponents HttpCore 4.3-beta2 released
+
+    This is the second BETA release from the 4.3.x release branch. This release addresses 
+    performance issues in the non-blocking connection pool implementation and also includes 
+    a number of performance improvements in the low level NIO based transport components.
+
+*  24 April 2013 - HttpComponents HttpClient 4.2.5 (GA) released
+
+    This is a maintenance release that addresses a number of issues reported since release 4.2.4 
+    including a major bug that can lead to re-use of persistent connections in a inconsistent state.
+
+*  11 April 2013 - HttpComponents HttpClient 4.3-beta1 released
+
+    This is the first BETA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in 
+    several key areas and includes several notable features and improvements: Support for Java 7 
+    try-with-resources for resource management (connection release); fluent Builder classes for 
+    HttpEntity, HttpRequest and HttpClient instances, deprecation of preference and configuration
+    API based on HttpParams interface in favor of constructor injection and plain configuration 
+    objects, reliance on object immutability instead of access synchronization for thread safety.
+
+    This release also includes all fixes from the stable 4.2.x release branch.
+
 *  11 April 2013 - HttpComponents HttpClient 4.2.4 (GA) released
 
     This is a bug fix release that addresses a number of issues reported since release 4.2.3. 

Modified: httpcomponents/project/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/src/site/xdoc/downloads.xml?rev=1492142&r1=1492141&r2=1492142&view=diff
==============================================================================
--- httpcomponents/project/trunk/src/site/xdoc/downloads.xml (original)
+++ httpcomponents/project/trunk/src/site/xdoc/downloads.xml Wed Jun 12 11:03:41 2013
@@ -88,44 +88,44 @@
     </ul>
   </subsection>
   
-  <subsection name="HttpClient 4.3-beta1">
+  <subsection name="HttpClient 4.3-beta2">
     <a href="http://www.apache.org/dist/httpcomponents/httpclient/KEYS">KEYS</a>
     <a href="http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES.txt">Release Notes</a>
     <br/>
     <p>Binary</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.tar.gz">4.3-beta1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.tar.gz">4.3-beta2.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.zip">4.3-beta1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.zip">4.3-beta2.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-bin.zip.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.tar.gz">4.3-beta1.tar.gz (OSGi bundle)</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.tar.gz">4.3-beta2.tar.gz (OSGi bundle)</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.zip">4.3-beta1.zip (OSGi bundle)</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta1-osgi-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.zip">4.3-beta2.zip (OSGi bundle)</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/binary/httpcomponents-client-4.3-beta2-osgi-bin.zip.asc">pgp</a>]
      </li>
     </ul>
     <p>Source</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.tar.gz">4.3-beta1.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.tar.gz">4.3-beta2.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.zip">4.3-beta1.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta1-src.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.zip">4.3-beta2.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-4.3-beta2-src.zip.asc">pgp</a>]
      </li>
     </ul>
   </subsection>