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 2014/05/31 17:03:04 UTC

svn commit: r1598880 - /httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt

Author: olegk
Date: Sat May 31 15:03:03 2014
New Revision: 1598880

URL: http://svn.apache.org/r1598880
Log:
Updated HttpClient 4.3.4 release notes

Modified:
    httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt?rev=1598880&r1=1598879&r2=1598880&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/branches/4.3.x/RELEASE_NOTES.txt Sat May 31 15:03:03 2014
@@ -1,6 +1,12 @@
-Changes for 4.3.TBA
+Release 4.3.4
 -------------------
 
+HttpClient 4.3.4 (GA) is a maintenance release that improves performance in high concurrency 
+scenarios. This version replaces dynamic proxies with custom proxy classes and eliminates thread 
+contention in java.reflect.Proxy.newInstance() when leasing connections from the connection pool 
+and processing response messages.
+
+
 Changelog:
 -------------------
 
@@ -14,7 +20,8 @@ Changelog:
 * [HTTPCLIENT-1474] Fixed broken entity enclosing requests in HC Fluent.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* [HTTPCLIENT-1470] CachingExec(ClientExecChain, HttpCache, CacheConfig, AsynchronousValidator) throws NPE if config is null
+* [HTTPCLIENT-1470] CachingExec(ClientExecChain, HttpCache, CacheConfig, AsynchronousValidator) 
+  throws NPE if config is null
 
 
 Release 4.3.3