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 2017/11/27 09:31:23 UTC

httpcomponents-client git commit: Updated release notes for HttpClient 4.5.4 release

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x 8c4e081ec -> 721618c24


Updated release notes for HttpClient 4.5.4 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/721618c2
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/721618c2
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/721618c2

Branch: refs/heads/4.5.x
Commit: 721618c243f720107653e132ea07f471864c0377
Parents: 8c4e081
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Mon Nov 27 10:29:58 2017 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Mon Nov 27 10:29:58 2017 +0100

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/721618c2/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 30bb4e6..3a06c01 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -8,9 +8,37 @@ Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
 Changelog:
 -------------------
 
+* [HTTPCLIENT-1883] SystemDefaultCredentialsProvider to use https.proxy* system properties
+  for origins with port 443.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCLIENT-1881] Allow truncated NTLM packets to work with this client.
+  Contributed by Karl Wright <DaddyWri at gmail.com>
+
+* [HTTPCLIENT-1855] Disabled caching of DIGEST auth scheme instances due to unreliability of nonce counter
+  when the auth cache is shared by multiple sessions.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* BasicCookieStore uses a ReentrantReadWriteLock to avoid synchronization on #getCookies/#toString
+  while maintaining thread safety.
+  Contributed by Carter Kozak <c4kofony at gmail.com>
+
 * [HTTPCLIENT-1865] DefaultServiceUnavailableRetryStrategy does not respect HttpEntity#isRepeatable.
   Contributed by Tomas Celaya <tjcelaya at joyent dot com>
 
+* [HTTPCLIENT-1859] Encode Content-Disposition name and filename elements appropriately.
+  Contributed by Karl Wright <DaddyWri at gmail.com>
+
+* Avoid fetching the cached entity twice on cache hit.
+  Contributed by Leandro Nunes <a-lnunes at hotels.com>
+
+* [HTTPCLIENT-1835] #evictExpiredConnections no longer causes the #evictIdleConnections behaviour
+  to be implicitly enabled.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCLIENT-1831= URIBuilder should not prepend a leading slash to relative URIs.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * [HTTPCLIENT-1833] Fix Windows Negotiate-NTLM handling of proxies.
   Contributed by Roman Stoffel <roman.stoffel at gamler.info>