You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2020/03/02 19:07:55 UTC

[httpcomponents-client] branch release-preparation updated: Minor tweaks.

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

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


The following commit(s) were added to refs/heads/release-preparation by this push:
     new 31b648f  Minor tweaks.
31b648f is described below

commit 31b648f3f46198b505fb5dca5449cf06b5f803bf
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Mar 2 13:07:44 2020 -0600

    Minor tweaks.
---
 RELEASE_NOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 83fa68e..4efd8f2 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -7,11 +7,11 @@ that caused rejection of ceritificates with non-standard domains.
 Changelog:
 -------------------
 
-* HTTPCLIENT-2047: fixed regression in DefaultHostnameVerifier causing rejection of certs
+* 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
+* Bug fix: Fixed handling of private domains by PublicSuffixMatcher
   Contributed by Oleg Kalnichevski <olegk at apache.org>