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 2016/06/12 14:05:04 UTC

svn commit: r1748010 - /httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt

Author: olegk
Date: Sun Jun 12 14:05:04 2016
New Revision: 1748010

URL: http://svn.apache.org/viewvc?rev=1748010&view=rev
Log:
Updated release notes for HttpAsyncClient 4.1.2 release

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt?rev=1748010&r1=1748009&r2=1748010&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt Sun Jun 12 14:05:04 2016
@@ -1,3 +1,28 @@
+Release 4.1.2
+-------------------
+
+This is a maintenance release that fixes a number of issues discovered since 4.1.1 and upgrades
+HttpCore and HttpClient dependencies.
+
+Changelog
+-------------------
+
+* HttpCore upgraded to version 4.4.5
+
+* HttpClient upgraded to version 4.5.2
+
+* [HTTPASYNC-105] socketTimeout is not reset back to default after a request that has specific 
+  timeout
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPASYNC-101 CachingHttpAsyncClient to create default HttpContext if none specified
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPASYNC-97] Upgraded HttpClient OSGi dependency to 4.5
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 4.1.1
 -------------------