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/05 07:30:19 UTC

[httpcomponents-client] branch 4.5.x updated (6acbd61 -> 693d2aa)

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

olegk pushed a change to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git.


    from 6acbd61  Remove extra parens.
     new e0c0c7a  Upgraded HttpCore dependency to version 4.4.12
     new 693d2aa  Updated release notes for HttpClient 4.5.10 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.txt | 27 +++++++++++++++++++++++++++
 pom.xml           |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)


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

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 693d2aa9ebcf446ae048a9fd9328a1338254d71b
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..e191d54 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
 -------------------
 


[httpcomponents-client] 01/02: Upgraded HttpCore dependency to version 4.4.12

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e0c0c7ac7fbd45c6c05ed3d4827f01c12326916c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Sep 4 14:19:09 2019 +0200

    Upgraded HttpCore dependency to version 4.4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa020ac..14682ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4.11</httpcore.version>
+    <httpcore.version>4.4.12</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.11</commons-codec.version>
     <ehcache.version>2.6.11</ehcache.version>