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/06/07 13:18:41 UTC

[httpcomponents-client] branch 4.5.x updated (6371ca5 -> 22a6fa7)

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.


    omit 6371ca5  Updated release notes for HttpClient 4.5.9 release
     new 22a6fa7  Updated release notes for HttpClient 4.5.9 release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6371ca5)
            \
             N -- N -- N   refs/heads/4.5.x (22a6fa7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[httpcomponents-client] 01/01: Updated release notes for HttpClient 4.5.9 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 22a6fa7d322c5e8b40d4c661f2e6da77cb8a1b2a
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Jun 6 15:12:42 2019 +0200

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 685bf3b..61c7023 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,26 @@
+Release 4.5.9
+-------------------
+
+This is a maintenance release that fixes a number defects discovered since 4.5.8.
+
+
+Changelog:
+-------------------
+
+* HTTPCLIENT-1991: incorrect handling of non-standard DNS entries by PublicSuffixMatcher
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Fix bug in URIBuilder#isPathEmpty method to verify if encodedPath is an empty string
+  Contributed by Varun Nandi <varunkn at amazon.com>
+
+* HTTPCLIENT-1984: Add normalize URI to RequestConfig copy constructor
+  Contributed by Matt Nelson <matt.nelson at cerner.com>
+
+* HTTPCLIENT-1976: Unsafe deserialization in DefaultHttpCacheEntrySerializer
+  Contributed by Artem Smotrakov <artem.smotrakov ar gmail.com>
+
+
+
 Release 4.5.8
 -------------------