Updated release notes: added entry on host multihoming

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-05-12 21:06:46 +00:00
parent 3d4349f44f
commit 7da47f6827
1 changed files with 7 additions and 2 deletions

View File

@ -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>