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:53 UTC

[1/2] httpcomponents-client git commit: Set API compatibility level to 4.5

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x c1c2e9cc8 -> e10c3a640


Set API compatibility level to 4.5


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

Branch: refs/heads/4.5.x
Commit: c3e8f46ea7d8daa50481d0e77bbf9285e99e0a90
Parents: c1c2e9c
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jan 18 11:56:00 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jan 18 11:56:00 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c3e8f46e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ce128d..1e93e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <mockito.version>1.10.19</mockito.version>
     <jna.version>4.4.0</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
-    <api.comparison.version>4.4</api.comparison.version>
+    <api.comparison.version>4.5</api.comparison.version>
   </properties>
 
   <dependencyManagement>


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

Posted by ol...@apache.org.
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()