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/09/26 13:52:17 UTC

[httpcomponents-core] branch 5.1.x updated: Normalize release notes.

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

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


The following commit(s) were added to refs/heads/5.1.x by this push:
     new e57fe0d  Normalize release notes.
e57fe0d is described below

commit e57fe0de30e2352e425c0d81cd0d2b248471af33
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sun Sep 26 09:52:13 2021 -0400

    Normalize release notes.
    
    - Capitalize acronyms.
    - Start sentences with a capital.
    - "conn" -> "connection".
---
 RELEASE_NOTES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index bf8851b..d86faae 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -11,20 +11,20 @@ Change Log
   Collections#emptyList.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-684: async SSL i/o session fails to propagate end-of-stream events to the protocol
+* HTTPCORE-684: Async SSL I/O session fails to propagate end-of-stream events to the protocol
   handler. This can cause a failure in handling of identity transfer encoded HTTP/1.1 response
   messages.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: async HTTP/1.1 server side protocol handler fails to correctly terminate message
+* Bug fix: Async HTTP/1.1 server side protocol handler fails to correctly terminate message
   exchanges with identity transfer encoded responses.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-683: fixed incorrect recovery from hostname resolution failures by the I/O session
+* HTTPCORE-683: Fixed incorrect recovery from hostname resolution failures by the I/O session
   pool.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Don't change conn flow control window based on remote SETTINGS.
+* Don't Change connection flow control window based on remote SETTINGS.
   Contributed by Ryan Schmitt <ryansch at amazon.com>