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/10/17 20:41:52 UTC

svn commit: r1533206 - in /httpcomponents/httpasyncclient/trunk: BUILDING.txt RELEASE_NOTES.txt

Author: olegk
Date: Thu Oct 17 18:41:51 2013
New Revision: 1533206

URL: http://svn.apache.org/r1533206
Log:
Updated HttpAsyncClient 4.0 release notes; updated building instructions

Modified:
    httpcomponents/httpasyncclient/trunk/BUILDING.txt
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpasyncclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/BUILDING.txt?rev=1533206&r1=1533205&r2=1533206&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpasyncclient/trunk/BUILDING.txt Thu Oct 17 18:41:51 2013
@@ -39,37 +39,3 @@ Execute the following commands in order 
 mvn install
 mvn javadoc:aggregate
 
-Execute the following command in order to generate the tutorial in html and pdf formats
-
-mvn docbkx:generate-pdf docbkx:generate-html
-
-(5) Building distribution assemblies 
-
-Execute the following command in order to build the distribution assemblies
-
-mvn package assembly:assembly
-
-(6) Fix EOL in source files
-
-Fix the archive files so the source files have the correct EOL settings:
-
-mvn antrun:run
-
-(7) Building project web site
-
-Execute the following command in order to generate the project web site:
-
-mvn site
-
-Execute the following command in order to generate the project web site with Clover reports.
-This step is optional:
-
-mvn site -Pclover -Dmaven.clover.licenseLocation=<path>/clover.license
-
-where <path> is a full path to Clover license file
-
-ASF committers can obtain a copy of Clover license donated to the ASF from the SVN repository
-at the following location:
-
-https://svn.apache.org/repos/private/committers/donated-licenses/clover
-

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1533206&r1=1533205&r2=1533206&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Thu Oct 17 18:41:51 2013
@@ -19,6 +19,9 @@ Changelog:
 * [ HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
+* [HTTPASYNC-57] HTTPS request execution via a HTTP proxy can cause an infinite loop.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * [HTTPASYNC-52] Proxy configuration set at the request level does not apply.
   Contributed by Oleg Kalnichevski <olegk at apache.org>