You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/06/04 12:36:08 UTC

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

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

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

commit 8f56f79848c3a2e83419318c4b0cee1a6747cdc2
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Jun 4 14:35:05 2020 +0200

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d2a82f9..0129403 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,26 @@
+Release 5.0.1
+------------------
+
+This BETA improves handling of early response messages by the classic client protocol handler and
+fixes a number of minor defects.
+
+Change Log
+-------------------
+
+* Improved handling of early response messages by the classic client protocol handler.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-631: Revised i/o reactor shutdown sequence and resource de-allocation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Fix CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result.
+  Contributed by Lee Ray <liruigo at gmail.com>
+
+* Added exception callback to async server implementations enabling logging of unexpected and
+  fatal exceptions in the server side protocol handlers.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 5.0
 ------------------