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/01/08 17:38:00 UTC

[httpcomponents-core] branch release-preparations updated: Minor fixes.

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

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


The following commit(s) were added to refs/heads/release-preparations by this push:
     new 42f3d7b  Minor fixes.
42f3d7b is described below

commit 42f3d7bcf813ec488d25e654eabe1631cd95990c
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Jan 8 12:37:53 2020 -0500

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 041455b..0abe020 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -28,7 +28,7 @@ Changelog
 * Bug fix: SSLEngine#closeOutbound() called prematurely in SSLIOSession#close().
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-601: work-around for SSL session spin on outbound session closure with Conscrypt 2.2.1
+* HTTPCORE-601: Work-around for SSL session spin on outbound session closure with Conscrypt 2.2.1
   (back-ported from master).
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
@@ -39,7 +39,7 @@ Changelog
   available in the session input buffer.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-596: connection pools to reduce socket timeout to 1 second when closing managed connections
+* HTTPCORE-596: Connection pools to reduce socket timeout to 1 second when closing managed connections
   Contributed by Oleg Kalnichevski <olegk at apache.org>