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/10/12 16:00:54 UTC

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

Author: olegk
Date: Sun Oct 12 14:00:53 2014
New Revision: 1631181

URL: http://svn.apache.org/r1631181
Log:
Updated release notes for HttpAsyncClient 4.1-beta1 release

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=1631181&r1=1631180&r2=1631181&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Sun Oct 12 14:00:53 2014
@@ -1,4 +1,33 @@
-Changes since 4.0.1
+Release 4.1 BETA1
+-------------------
+
+This is the first BETA release of HttpAsyncClient 4.1. Notable features and enhancements included
+in 4.1 series are:
+
+* Support for pipelined request execution 
+
+* Enhanced redesigned and rewritten default SSL hostname verifier with improved RFC 2818
+compliance
+
+* Default SSL hostname verifier and default cookie policy now validate certificate identity 
+and cookie domain of origin against the public suffix list maintained by Mozilla.org
+<https://publicsuffix.org/list>
+
+* Authentication cache thread-safety: authentication caches used by HttpAsyncClient is now 
+thread-safe and can be shared by multiple contexts in order to re-use authentication state for 
+subsequent requests
+
+
+
+Release 4.0.2
+-------------------
+
+HttpAsyncClient 4.0.2 (GA) is a bug fix release that addresses several issues reported since 
+release 4.0.1. This release also upgrades HttpClient dependency to the latest stable version. 
+
+All users of HttpAsyncClient 4.0 are strongly advised to upgrade.
+
+Changelog
 -------------------
 
 * [HTTPASYNC-79] Rearranged sequence of operations upon connection lease to eliminate possibility