You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2015/01/19 19:56:32 UTC

svn commit: r1653074 - /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Author: sebb
Date: Mon Jan 19 18:56:32 2015
New Revision: 1653074

URL: http://svn.apache.org/r1653074
Log:
Trivial tweaks

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1653074&r1=1653073&r2=1653074&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Mon Jan 19 18:56:32 2015
@@ -12,7 +12,7 @@ and disabled by default. It is recommend
 unless compatibility with RFC 2109 and RFC 2965 is required and to migrate existing applications 
 to the default cookie policy.
 
-* Enhanced redesigned and rewritten default SSL hostname verifier with improved RFC 2818
+* 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 
@@ -24,7 +24,7 @@ in approximately 20 to 50 ms overhead pe
 connection state validation (persistent connections are to be re-validated only if a specified
 period inactivity has elapsed)
 
-* Authentication cache thread-safety: authentication caches used by HttpClient is now thread-safe
+* Authentication cache thread-safety: authentication cache used by HttpClient is now thread-safe
 and can be shared by multiple threads in order to re-use authentication state for subsequent
 requests