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 2017/09/28 19:05:30 UTC

httpcomponents-core git commit: * HTTPCORE-492: Make org.apache.http.nio.protocol.ErrorResponseProducer public. Contributed by Gary Gregory

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 1d67752da -> bb32b01df


* HTTPCORE-492: Make org.apache.http.nio.protocol.ErrorResponseProducer
public.
  Contributed by Gary Gregory <ggregory at apache.org>

* HTTPCORE-493: Make
org.apache.http.nio.protocol.HttpAsyncService.responseFactory available
to subclasses.
  Contributed by Gary Gregory <ggregory at apache.org>

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/bb32b01d
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/bb32b01d
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/bb32b01d

Branch: refs/heads/4.4.x
Commit: bb32b01dffc8dde5ddb31a616fac18ca66cc97cf
Parents: 1d67752
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Sep 28 13:05:27 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Sep 28 13:05:27 2017 -0600

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/bb32b01d/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index fcba3e9..92fa7ce 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -6,7 +6,12 @@ This is a maintenance release that fixes a number of issues discovered since 4.4
 Changelog
 -------------------
 
-* 
+* HTTPCORE-492: Make org.apache.http.nio.protocol.ErrorResponseProducer public.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+* HTTPCORE-493: Make org.apache.http.nio.protocol.HttpAsyncService.responseFactory available to subclasses.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
 
 Release 4.4.7
 -------------------