Add release 4.3.3 to RN history.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1572167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29e692e410
commit
9c02dde2cc
|
@ -28,6 +28,36 @@ Changelog:
|
||||||
Contributed by Tamas Cservenak <tamas at cservenak.net>
|
Contributed by Tamas Cservenak <tamas at cservenak.net>
|
||||||
|
|
||||||
|
|
||||||
|
Release 4.3.3
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
HttpClient 4.3.3 (GA) is a bug fix release that fixes a regression introduced by the previous
|
||||||
|
release causing a significant performance degradation in compressed content processing.
|
||||||
|
|
||||||
|
Users of HttpClient 4.3 are encouraged to upgrade.
|
||||||
|
|
||||||
|
Changelog:
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* [HTTPCLIENT-1466] FileBodyPart#generateContentType() ignores custom ContentType values.
|
||||||
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||||
|
|
||||||
|
* [HTTPCLIENT-1453] Thread safety regression in PoolingHttpClientConnectionManager
|
||||||
|
#closeExpiredConnections that can lead to ConcurrentModificationException.
|
||||||
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||||
|
|
||||||
|
* [HTTPCLIENT-1461] fixed performance degradation in compressed content processing
|
||||||
|
introduced by HTTPCLIENT-1432.
|
||||||
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||||
|
|
||||||
|
* [HTTPCLIENT-1457] Incorrect handling of Windows (NT) credentials by
|
||||||
|
SystemDefaultCredentialsProvider.
|
||||||
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||||
|
|
||||||
|
* [HTTPCLIENT-1456] Request retrial after status 503 causes ClientProtocolException.
|
||||||
|
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||||
|
|
||||||
|
|
||||||
Release 4.3.2
|
Release 4.3.2
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue