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 2010/05/12 23:06:47 UTC

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

Author: olegk
Date: Wed May 12 21:06:46 2010
New Revision: 943685

URL: http://svn.apache.org/viewvc?rev=943685&view=rev
Log:
Updated release notes: added entry on host multihoming

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=943685&r1=943684&r2=943685&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Wed May 12 21:06:46 2010
@@ -4,11 +4,13 @@ Release 4.1 ALPHA2
 HttpClient 4.1 ALPHA2 fixes a number of non-severe bugs discovered since 
 the last release and introduces support for two frequently requested features:
 
+* HTTP/1.1 response caching
+
+* transparent support for host multihoming
+
 * a mechanism to bypass the standard certificate trust verification 
 (useful when dealing with self-signed certificates)
 
-* HTTP/1.1 response caching.
-
 Compatibility notes
 -------------------
 (1) Please note the HTTP caching module is still considered experimental and 
@@ -37,6 +39,9 @@ Changelog
   certificates)
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
+* [HTTPCLIENT-898] Improved support for host multihoming
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * [HTTPCLIENT-916] UsernamePasswordCredentials, NTUserPrincipal,
   BasicClientCookie, BasicClientCookie2 and BasicCookieStore made Serializable.
   Contributed by Oleg Kalnichevski <olegk at apache.org>