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/11/21 15:30:38 UTC

[httpcomponents-core] branch release-4.4.12 created (now 8e4ff24)

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

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


      at 8e4ff24  Document addition of org.apache.hc.core5.http.io.entity.EntityUtils length guard methods of existing methods.

This branch includes the following new commits:

     new 10fc2e3  Updated release notes for HttpCore 4.4.12 release
     new a733e39  Fix typos. Sentences should start with a capitalized word.
     new 8e4ff24  Document addition of org.apache.hc.core5.http.io.entity.EntityUtils length guard methods of existing methods.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[httpcomponents-core] 03/03: Document addition of org.apache.hc.core5.http.io.entity.EntityUtils length guard methods of existing methods.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e4ff249247bc09e2bf5c4552715ad17e78a7228
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 21 10:30:34 2019 -0500

    Document addition of org.apache.hc.core5.http.io.entity.EntityUtils
    length guard methods of existing methods.
---
 RELEASE_NOTES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 7e694f1..87ba905 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -35,6 +35,8 @@ Changelog
   request is cancelled from another thread.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
+* Add org.apache.hc.core5.http.io.entity.EntityUtils length guard methods of existing methods.
+  Contributed by Gary Gregory <ggregory at apache.org>
 
 
 Release 4.4.11


[httpcomponents-core] 02/03: Fix typos. Sentences should start with a capitalized word.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a733e3937e7171319f08ce152b571ce0f0544011
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 31 08:08:09 2019 -0400

    Fix typos. Sentences should start with a capitalized word.
---
 RELEASE_NOTES.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index f53cd54..7e694f1 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -5,14 +5,14 @@ This is a maintenance release that corrects a number of defects discovered since
 
 Changelog
 -------------------
-* HTTPASYNC-152: minimize possibility of a race condition when I/O reactor session request gets
-  cancelled ot times out immediately after its creation.
+* HTTPASYNC-152: Minimize possibility of a race condition when I/O reactor session request gets
+  cancelled or times out immediately after its creation.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Execute Socket[Channel]#connect under doPrivileged.
   Contributed by Simon Willnauer <simonw at apache.org>
 
-* Bug fix: ensure consistency of internal buffers in case of I/O or SSL exception (back-ported
+* Bug fix: Ensure consistency of internal buffers in case of I/O or SSL exception (back-ported
   from master).
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
@@ -22,16 +22,16 @@ Changelog
 * HTTPCORE-578: Incorrect serialization of HeaderGroup.
   Contributed by Gary Gregory <ggregory at apache.org>
 
-* HTTPCORE-370, HTTPCORE-574: discard non-blocking session request immediately upon timeout.
+* HTTPCORE-370, HTTPCORE-574: Discard non-blocking session request immediately upon timeout.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCLIENT-1978: Filter characters before byte conversion.
   Contributed by Ryan Schmitt <rschmitt at apache.org>
 
-* HTTPCORE-573 FileContentDecoder don't always enforce the maximum number of bytes to transfer.
+* HTTPCORE-573 FileContentDecoder doesn't always enforce the maximum number of bytes to transfer.
   Contributed by Julien Coloos <julien.coloos at gmail.com>
 
-* HTTPCORE-567: fixed race condition that may cause a connection leak when the connection lease
+* HTTPCORE-567: Fixed race condition that may cause a connection leak when the connection lease
   request is cancelled from another thread.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 


[httpcomponents-core] 01/03: Updated release notes for HttpCore 4.4.12 release

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10fc2e37fde641bec0880ef95d0a0d689f29e9a1
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Aug 31 10:57:07 2019 +0200

    Updated release notes for HttpCore 4.4.12 release
---
 RELEASE_NOTES.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 0445472..f53cd54 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,42 @@
+Release 4.4.12
+-------------------
+
+This is a maintenance release that corrects a number of defects discovered since release 4.4.11.
+
+Changelog
+-------------------
+* HTTPASYNC-152: minimize possibility of a race condition when I/O reactor session request gets
+  cancelled ot times out immediately after its creation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Execute Socket[Channel]#connect under doPrivileged.
+  Contributed by Simon Willnauer <simonw at apache.org>
+
+* Bug fix: ensure consistency of internal buffers in case of I/O or SSL exception (back-ported
+  from master).
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Rethrow RuntimeExceptions thrown by SSLSetupHandler#initalize as SSLException
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-578: Incorrect serialization of HeaderGroup.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+* HTTPCORE-370, HTTPCORE-574: discard non-blocking session request immediately upon timeout.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-1978: Filter characters before byte conversion.
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
+
+* HTTPCORE-573 FileContentDecoder don't always enforce the maximum number of bytes to transfer.
+  Contributed by Julien Coloos <julien.coloos at gmail.com>
+
+* HTTPCORE-567: fixed race condition that may cause a connection leak when the connection lease
+  request is cancelled from another thread.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 4.4.11
 -------------------