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 2018/01/18 11:49:54 UTC

[2/2] httpcomponents-client git commit: Updated release notes for HttpClient 4.5.5 release

Updated release notes for HttpClient 4.5.5 release


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/e10c3a64
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/e10c3a64
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/e10c3a64

Branch: refs/heads/4.5.x
Commit: e10c3a6403bed01d57982b8aff22c6399e141a5a
Parents: c3e8f46
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jan 18 12:49:24 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jan 18 12:49:24 2018 +0100

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/e10c3a64/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 4f59dd3..b4f3ea6 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 <catchsudheera at gmail.com>
+
+* [HTTPCLIENT-1888] Regression in SystemDefaultCredentialsProvider#getCredentials causing NPE.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCLIENT-1886] Update HttpClient 4.5.x from HttpCore 4.4.7 to 4.4.9
   Contributed by Gary Gregory <ggregory at apache.org>
 
 * [HTTPCLIENT-1889] org.apache.http.client.utils.URLEncodedUtils.parse()