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 2020/03/03 12:38:40 UTC

[httpcomponents-client] branch 4.5.x updated: Updated release notes for HttpClient 4.5.12 release

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


The following commit(s) were added to refs/heads/4.5.x by this push:
     new 729c29c  Updated release notes for HttpClient 4.5.12 release
729c29c is described below

commit 729c29cb3e57a29278e25428fa59f38f62c96158
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Mar 2 15:05:32 2020 +0100

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index be71d13..93a8d15 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,27 @@
+Release 4.5.12
+-------------------
+
+This is a maintenance release that fixes a regression introduced by the previous release
+that caused rejection of ceritificates with non-standard domains.
+
+Changelog:
+-------------------
+
+* HTTPCLIENT-2053: Add SC_PERMANENT_REDIRECT (408) to DefaultRedirectStrategy
+  Contributed by Michael Osipov <michaelo at apache.org>
+
+* HTTPCLIENT-2052: Fixed redirection of entity enclosing requests with non-repeatable entities
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2047: Fixed regression in DefaultHostnameVerifier causing rejection of certificates
+  with non-standard domains.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: Fixed handling of private domains by PublicSuffixMatcher
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 4.5.11
 -------------------