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/12/31 01:27:56 UTC

[httpcomponents-core] branch master updated: HTTPCORE-618: org.apache.hc.core5.http.HttpStatus should be a class, not an interface.

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 1273598  HTTPCORE-618: org.apache.hc.core5.http.HttpStatus should be a class, not an interface.
1273598 is described below

commit 1273598d8cca31f93d5d7c4c3880c60d7e913a73
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 30 20:27:52 2019 -0500

    HTTPCORE-618: org.apache.hc.core5.http.HttpStatus should be a class, not
    an interface.
---
 RELEASE_NOTES.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index c432f5e..4e052a9 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,10 @@
+Release 5.0-BETA11
+------------------
+
+This BETA fixes a number of defects found since the last release.
+
+* HTTPCORE-618: org.apache.hc.core5.http.HttpStatus should be a class, not an interface.
+
 Release 5.0-BETA10
 -------------------