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 2019/09/27 13:56:15 UTC

[httpcomponents-core] branch release-preparation updated: Spelling, typos, formatting.

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-core.git


The following commit(s) were added to refs/heads/release-preparation by this push:
     new 1ff9b05  Spelling, typos, formatting.
1ff9b05 is described below

commit 1ff9b0519b485e77fb1496e76afa038f9e3f50be
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 27 09:56:11 2019 -0400

    Spelling, typos, formatting.
---
 RELEASE_NOTES.txt | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index e3ad507..2d7e213 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -10,7 +10,7 @@ Please note that the following interfaces have marked as internal as of this rel
 IOSession, IOEventHandler, IOEventHandlerFactory.
 
 IMPORTANT: This release is expected to be the last BETA version. If no major
-design flaws are found the actual 5.0 API will be frozen and the next version will be
+design flaws are found, the actual 5.0 API will be frozen and the next version will be
 promoted to GA.
 
 
@@ -23,10 +23,10 @@ Change Log
 * Redesign of SSL/TLS async I/O event handling.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCLIENT-2016, regression: Tab chars are replaced by question marks in header values.
+* HTTPCLIENT-2016: Regression when tab chars are replaced by question marks in header values.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: fixed capacity calculation in SessionInputBufferImpl#put.
+* Bug fix: Fixed capacity calculation in SessionInputBufferImpl#put.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Marked IOSession, IOEventHandler and IOEventHandlerFactory interfaces as internal.
@@ -35,11 +35,11 @@ Change Log
 * Propagate BasicResponse{Consumer,Producer}#failed() to data{Consumer,Producer}.
   Contributed by Roy Hashimoto <roy at shoestringresearch.com>
 
-* Regression: fixed regression in SingleCoreIOReactor leading to unhandled CancelledKeyException
+* Regression: Fixed regression in SingleCoreIOReactor leading to unhandled CancelledKeyException
   and causing abnormal I/O reactor termination.
   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.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCORE-600: SSLIOSession incorrectly disables input interest when there is still decrypted data
@@ -49,7 +49,7 @@ Change Log
 * Added statusClass property to StatusLine.
   Contributed by Behrang <18451+behrangsa at users.noreply.github.com>
 
-* HTTPCORE-596: connection pools to use an optional callback to close out disposed connections.
+* HTTPCORE-596: Connection pools to use an optional callback to close out disposed connections.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Connection pools to close connections gracefully in case of an ordinary connection disposal.
@@ -62,46 +62,46 @@ Change Log
 * TimeValue to implement Comparable.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-597: AsyncEntityProducers#createText always throws IllegalArgumentException
+* HTTPCORE-597: AsyncEntityProducers#createText always throws IllegalArgumentException.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-595: tolerate NPE thrown by com.android.org.conscrypt.NativeCrypto#SSL_get_shutdown
-  in Android Conscript.
+* HTTPCORE-595: Tolerate NPE thrown by com.android.org.conscrypt.NativeCrypto#SSL_get_shutdown
+  in Android Conscrypt.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Set accessiblity flag on reflected methods in ReflectionUtils
+* Set accessibility flag on reflected methods in ReflectionUtils.
   Contributed by Richard Hernandez <riher at amazon.com>
 
-* Restore original socket timeout after finishing SSL/TLS handshake
+* Restore original socket timeout after finishing SSL/TLS handshake.
   Contributed by Richard Hernandez <riher at amazon.com>
 
-* Add SOAP xml content type (#142)
+* Add SOAP XML content type (#142).
   Contributed by Raihaan Shouhell <raihaanhimself at gmail.com>
 
 * HTTPCORE-593, HTTPCORE-592, HTTPCORE-590, HTTPCORE-589: LaxConnPool improvements.
   Contributed by Linton Miller <linton.miller at coxautoinc.com>
 
-* HTTPCORE-588: race condition in ComplexCancellable that can lead to operational dependency
+* HTTPCORE-588: Race condition in ComplexCancellable that can lead to operational dependency
   not being correctly cancelled.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Execute Socket[Channel]#connect under doPrivileged
+* Execute Socket[Channel]#connect under doPrivileged.
   Contributed by Simon Willnauer <simonw at apache.org>
 
 * Fail request execution immediately after submission if the I/O session has already been closed.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: fixed regression in the HTTP protocol negotiators.
+* Bug fix: Fixed regression in the HTTP protocol negotiators.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Bug fix: MessageSupport#formatTokens no longer modifies the array of tokens passed to it
   as a parameter.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-586 Improve LaxConnPool max pool size management
+* HTTPCORE-586: Improve LaxConnPool max pool size management.
   Contributed by Linton Miller <linton.miller at coxautoinc.com>
 
-* HTTPCORE-585 Fix LaxConnPool#servicePendingRequest to avoid losing pending lease requests
+* HTTPCORE-585: Fix LaxConnPool#servicePendingRequest to avoid losing pending lease requests
   it can't fulfill.
   Contributed by Linton Miller <linton.miller at coxautoinc.com>
 
@@ -111,13 +111,13 @@ Change Log
 * SSL session verifier for classic HTTP requester.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: non-blocking i/o event handler may be null in case of an unexpected exception.
+* Bug fix: non-blocking I/O event handler may be null in case of an unexpected exception.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: corrected immediate termination of non-blocking i/o sessions.
+* Bug fix: Corrected immediate termination of non-blocking i/o sessions.
 Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: ensure consistency of internal buffers in case of I/O or SSL exception.
+* Bug fix: Ensure consistency of internal buffers in case of I/O or SSL exception.
 Contributed by Oleg Kalnichevski <olegk at apache.org>