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 2021/05/01 18:18:39 UTC

[httpcomponents-core] branch 5.0.x updated: Update RELEASE_NOTES.txt

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

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


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 3d5fafe  Update RELEASE_NOTES.txt
3d5fafe is described below

commit 3d5fafe9aa10aa0eec647ccdd4793a48aadcd1c9
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sat May 1 14:18:31 2021 -0400

    Update RELEASE_NOTES.txt
    
    Minor edits.
---
 RELEASE_NOTES.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 52e5f15..510463f 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -17,11 +17,11 @@ Change Log
 * HTTPCORE-672: H2ConnPool incorrectly handles validation of closed sessions.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: fixes race condition when a connection request completes successfully and times out
+* Fixed race condition when a connection request completes successfully and times out
   at the same time causing a pool entry leak.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Fixed TextUtils#toHexString producing incorrect result for negative values
+* Fixed TextUtils#toHexString producing incorrect result for negative values.
   Contributed by Marcono1234 <Marcono1234 at users.noreply.github.com>
 
 * `RequestHandlerRegistry` to resolve 127.0.0.1 as the primary host.
@@ -30,14 +30,14 @@ Change Log
 * HTTPCORE-659: Fixed a race condition in the non-blocking I/O session event management code.
   Contributed by Nicolas Capponi <nicolas.capponi at forgerock.com>
 
-* HTTPCORE-658: removed explicit inbound / outbound socket shutdown from the `#close` method
+* HTTPCORE-658: Removed explicit inbound / outbound socket shutdown from the `#close` method
   of classic HTTP connections.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Add filters before MAIN_HANDLER so they won't be ignored (#236)
+* Add filters before MAIN_HANDLER so they won't be ignored (#236).
   Contributed by Rob Spoor <robtimus at users.noreply.github.com>
 
-* Bug fix: do not attempt to shut down non-blocking TLS sessions gracefully in case the TLS
+* Bug fix: Do not attempt to shut down non-blocking TLS sessions gracefully in case the TLS
   handshake has not been fully completed.
   Contributed by Oleg Kalnichevski <olegk at apache.org>