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 2020/01/15 03:38:02 UTC

[httpcomponents-core] branch master updated: Update for last three PRs.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0733ed  Update for last three PRs.
a0733ed is described below

commit a0733ed61f3b2c1f721c393d99ecc9b325c84c67
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 14 22:37:58 2020 -0500

    Update for last three PRs.
---
 RELEASE_NOTES.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index b12bfa1..763ed0c 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,27 @@
+Release 5.0-BETA12
+------------------
+
+This BETA improves handling of illegal or invalid requests on the server side and fixes a number
+of defects in HTTP/2 protocol code found since the last release.
+
+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
+promoted to GA.
+
+
+Change Log
+-------------------
+
+* GitHub #183: IO reactor status equality clean ups.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+* HTTPCORE-623 GitHub #185: Change org.apache.hc.core5.http.io.BHttpConnection.isDataAvailable() int input to Timeout.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+* GitHub #188: Add PathEntity, a Path based implementation of HttpEntity. (#188)
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+
 Release 5.0-BETA11
 ------------------