Updated release notes for HttpClient 4.5.5 release
This commit is contained in:
parent
c3e8f46ea7
commit
e10c3a6403
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue