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 2012/02/16 16:43:02 UTC

svn commit: r1245044 - in /httpcomponents/httpasyncclient/trunk: NOTICE.txt RELEASE_NOTES.txt doap_HttpComponents_AsyncClient.rdf

Author: olegk
Date: Thu Feb 16 15:43:02 2012
New Revision: 1245044

URL: http://svn.apache.org/viewvc?rev=1245044&view=rev
Log:
Updated HttpAsyncClient 4.0-beta1 release notes, NOTICE and doap files

Modified:
    httpcomponents/httpasyncclient/trunk/NOTICE.txt
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
    httpcomponents/httpasyncclient/trunk/doap_HttpComponents_AsyncClient.rdf

Modified: httpcomponents/httpasyncclient/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/NOTICE.txt?rev=1245044&r1=1245043&r2=1245044&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/NOTICE.txt (original)
+++ httpcomponents/httpasyncclient/trunk/NOTICE.txt Thu Feb 16 15:43:02 2012
@@ -1,5 +1,5 @@
 Apache HttpComponents AsyncClient
-Copyright 2010-2011 The Apache Software Foundation
+Copyright 2010-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1245044&r1=1245043&r2=1245044&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Thu Feb 16 15:43:02 2012
@@ -1,3 +1,23 @@
+Release 4.0 Beta 1
+-------------------
+
+The 4.0 BETA1 release completes the application programming interface and the feature set 
+of HttpAsyncClient and upgrades to the latest versions of core and client components 
+(HttpCore 4.2-beta1 and HttpClient 4.2-beta1). As of this release HttpAsyncClient is expected
+to be API stable.
+
+Users of previous releases of HttpAsyncClient are advised to upgrade.
+
+Changelog:
+
+* [HTTPASYNC-11]: HttpAsyncClient fails to re-authenticate if connection is non-persistent.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPASYNC-5]: Allow customized LineParser for asynchronous connections.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 4.0 Alpha 3
 -------------------
 

Modified: httpcomponents/httpasyncclient/trunk/doap_HttpComponents_AsyncClient.rdf
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/doap_HttpComponents_AsyncClient.rdf?rev=1245044&r1=1245043&r2=1245044&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/doap_HttpComponents_AsyncClient.rdf (original)
+++ httpcomponents/httpasyncclient/trunk/doap_HttpComponents_AsyncClient.rdf Thu Feb 16 15:43:02 2012
@@ -57,6 +57,21 @@ performance in terms of a raw data throu
 
     <!-- multiple releases can be listed, each in it's own section -->
     <release>
+      <Version>
+        <name>httpcomponents-asyncclient-4.0-alpha1</name>
+        <created>2011-01-18</created>
+        <revision>4.0-alpha1</revision>
+      </Version>
+      <Version>
+        <name>httpcomponents-asyncclient-4.0-alpha2</name>
+        <created>2011-05-24</created>
+        <revision>4.0-alpha2</revision>
+      </Version>
+      <Version>
+        <name>httpcomponents-asyncclient-4.0-alpha3</name>
+        <created>2011-09-29</created>
+        <revision>4.0-alpha3</revision>
+      </Version>
     </release>
 
     <repository>