From e10c3a6403bed01d57982b8aff22c6399e141a5a Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Thu, 18 Jan 2018 12:49:24 +0100 Subject: [PATCH] Updated release notes for HttpClient 4.5.5 release --- RELEASE_NOTES.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 4f59dd37a..b4f3ea6bd 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,14 +1,21 @@ Release 4.5.5 ------------------- -HttpClient 4.5.5 (GA) is a maintenance release that fixes a number of defects found since 4.5.4. +HttpClient 4.5.5 (GA) is a maintenance release that fixes a regression introduced +by the previous release causing a NPE in SystemDefaultCredentialsProvider. Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Changelog: ------------------- -* [HTTPCLIENT-1886] Update HttpClient 4.5.x from HttpCore 4.4.7 to 4.4.8 +* [HTTPCLIENT-1690] Avoid merging Content-Encoding headers coming with 304 status to cache entry. + Contributed by Sudheera Palihakkara + +* [HTTPCLIENT-1888] Regression in SystemDefaultCredentialsProvider#getCredentials causing NPE. + Contributed by Oleg Kalnichevski + +* [HTTPCLIENT-1886] Update HttpClient 4.5.x from HttpCore 4.4.7 to 4.4.9 Contributed by Gary Gregory * [HTTPCLIENT-1889] org.apache.http.client.utils.URLEncodedUtils.parse()