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 2019/09/04 13:45:11 UTC

[httpcomponents-client] 01/01: Updated release notes for HttpClient 4.5.10 release

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch release-preparation
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 805014ce3da264f0cf066eac8595b08adb65e325
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Sep 4 15:33:43 2019 +0200

    Updated release notes for HttpClient 4.5.10 release
---
 RELEASE_NOTES.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 61c7023..2a2bad1 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,30 @@
+Release 4.5.10
+-------------------
+
+This is a maintenance release that fixes a number defects discovered since 4.5.9
+and upgrades HttpCore dependency to version 4.4.12.
+
+
+Changelog:
+-------------------
+
+*  Refactor DefaultRedirectStrategy for subclassing.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+* Improved handling of request cancellation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Fixed concurrent use of threading unsafe HttpUriRequest messages.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-1997: Return the last domain segment instead of normalized domain name
+  from PublicSuffixMatcher#getDomainRoot in case there is no match.
+  Contributed by jeromedemangel <jeromedemangel at gmail.com>
+
+* Preserve original encoding of the URI path component if the URI is valid.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 4.5.9
 -------------------