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/09/23 19:37:11 UTC

svn commit: r1174903 - /httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Fri Sep 23 17:37:11 2011
New Revision: 1174903

URL: http://svn.apache.org/viewvc?rev=1174903&view=rev
Log:
Updated release notes

Modified:
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1174903&r1=1174902&r2=1174903&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Fri Sep 23 17:37:11 2011
@@ -1,6 +1,17 @@
-Changes since 4.0 Alpha 2
+Release 4.0 Alpha 3
 -------------------
 
+The 4.0 ALPHA3 release largely completes the application programming interface and feature set 
+of HttpAsyncClient. While the API may still change in the course of the ALPHA development phase, 
+this is expected to be the last round of major API changes and the API is expected to be reasonably
+stable as of this release.
+
+We are kindly asking actual and prospective users of HttpAsyncClient to review its API, evaluate
+its functionality and give us feedback while the 4.0 API is still not final. If no major flaws 
+are discovered the 4.0 API is expected to be frozen with the next BETA release. 
+
+Changelog:
+
 * [HTTPASYNC-6]: Fixed NPE in the DefaultAsyncRequestDirector#responseCompleted method.
   Contributed by Oleg Kalnichevski <olegk at apache.org>