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 2010/03/21 13:05:02 UTC

svn commit: r925756 - in /httpcomponents/httpcore/trunk: RELEASE_NOTES.txt src/site/apt/download.apt

Author: olegk
Date: Sun Mar 21 12:05:01 2010
New Revision: 925756

URL: http://svn.apache.org/viewvc?rev=925756&view=rev
Log:
Updated release notes and web site for 4.1-beta1 release

Modified:
    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
    httpcomponents/httpcore/trunk/src/site/apt/download.apt

Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=925756&r1=925755&r2=925756&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sun Mar 21 12:05:01 2010
@@ -1,4 +1,11 @@
-Changes since 4.1-ALPHA1
+Release 4.1-BETA1
+-------------------
+
+This is the first BETA release of HttpCore 4.1. This release finalizes the API introduced in the
+4.1 development branch. It also fixes a number of bugs discovered since the previous release and
+delivers a number of performance optimizations in blocking HTTP components. HttpCore based on
+classic (blocking) I/O model is expected to be 5% to 10% faster compared to previous releases. 
+
 
 * [HTTPCORE-222] Fixed Import-Package in the OSGi META-INF
   Contributed by Willem Jiang <willem.jiang at gmail.com> 

Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=925756&r1=925755&r2=925756&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Sun Mar 21 12:05:01 2010
@@ -64,24 +64,24 @@ HttpCore Downloads
   </dependency>
 -------------------------
 
-* {HttpComponents Core 4.1-alpha1 (development branch)}
+* {HttpComponents Core 4.1-beta1 (development branch)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.1-alpha1</version>
+    <version>4.1-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.1-alpha1 (development branch)}
+* {HttpComponents Core NIO 4.1-beta1 (development branch)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.1-alpha1</version>
+    <version>4.1-beta1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------