From 25a8550ccd71f01eae9821176d96bcdfed3421f1 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Wed, 15 Sep 2010 08:38:52 +0000 Subject: [PATCH] Rephrased the opening statement of the release notes; updated download page git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x@997229 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 11 ++++++----- src/site/apt/download.apt | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 5ef23e46b3..bd2e0cbcb8 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,11 +1,12 @@ Release 4.0.3 ------------------- -This is an emergency release fixing a critical regression in SSL connection -management. 4.0.2 release included improved support for multihome hosts, -which produced a side effect on the default SSL hostname verification -algorithm. An attempt to establish an SSL connection fails with -javax.net.ssl.SSLException: "hostname in certificate didn't match ..." error. +This is an emergency release fixing a critical regression in the SSL +connection management code. HttpClient 4.0.2 release included an improved +support for multihome hosts, which unfortunately had a bug causing the default +SSL hostname verification logic to fail. An attempt to establish an SSL +connection with HttpClient 4.0.2 can result in javax.net.ssl.SSLException: +"hostname in certificate didn't match ..." error. Changelog ------------------- diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt index 164ebe5332..f0e2845a0f 100644 --- a/src/site/apt/download.apt +++ b/src/site/apt/download.apt @@ -48,7 +48,7 @@ HttpClient Downloads org.apache.httpcomponents httpclient - 4.0.2 + 4.0.3 compile ------------------------- @@ -59,7 +59,7 @@ HttpClient Downloads org.apache.httpcomponents httpmime - 4.0.2 + 4.0.3 compile -------------------------