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 2007/06/24 19:16:02 UTC

svn commit: r550260 - /jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Sun Jun 24 10:15:54 2007
New Revision: 550260

URL: http://svn.apache.org/viewvc?view=rev&rev=550260
Log:
Updated release opening statement in the release notes

Modified:
    jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Modified: jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?view=diff&rev=550260&r1=550259&r2=550260
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sun Jun 24 10:15:54 2007
@@ -1,4 +1,13 @@
-Changes since 4.0 Alpha 4
+Release 4.0 Alpha 5
+-------------------
+
+The fifth ALPHA version of HttpComponents Core has been released. This release
+delivers a number of incremental improvements across the board in all modules 
+and adds several performance oriented features such as ability to transfer 
+data directly between a file and a socket channels. 
+
+HttpCore is almost fully feature complete now and we are likely to freeze 
+the public APIs as of next release (BETA1). 
 
 * [HTTPCORE-87] RuntimeExcpetions thrown in I/O worker threads are now correctly 
   propagated to the I/O reactor.