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 2018/06/26 18:30:54 UTC

httpcomponents-core git commit: Updated release notes for HttpCore 4.4.10 release

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x c84749a18 -> 88cd87327


Updated release notes for HttpCore 4.4.10 release


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

Branch: refs/heads/4.4.x
Commit: 88cd8732795877914e22fa7fdeaaf0046f508e96
Parents: c84749a
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Tue Jun 26 20:30:11 2018 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Tue Jun 26 20:30:11 2018 +0200

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 37 ++++++++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/88cd8732/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 4c8fb84..2bd33d2 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,24 +1,38 @@
 Release 4.4.10
 -------------------
 
-This is a maintenance release that fixes a number of issues discovered since 4.4.9.
+This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility
+with Java 9 Platform Module System and fixes a number of issues discovered since 4.4.9
+
 
 Changelog
 -------------------
 
-* HTTPCORE-510: Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking ioThreadCount in IOReactorConfig constructor.
+* HTTPCORE-510: Avoid an ArithmeticException in AbstractMultiworkerIOReactor by failing earlier by checking
+  ioThreadCount in IOReactorConfig constructor.
   Contributed by Gary Gregory <ggregory at apache.org>
 
+* Workaround for misbehaved servers that return HTTP 204 responses with a content
+  Contributed by Alessandro Gherardi <alessandro.gherardi at schneider-electric.com>
+
+* HTTPCORE-508: Reject response messages with status code lesser than 100 as invalid
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * HTTPCORE-511: Do not cache result of Runtime.getRuntime().availableProcessors() in IOReactorConfig.
   Contributed by Gary Gregory <ggregory at apache.org>
   
 * HTTPCORE-509: AVAIL_PROCS is auto-configured based on core count.
   Contributed by Gary Gregory <ggregory at apache.org>
 
-* HTTPCORE-514: Exceptions defined by HttpCore should clean message strings when built to replace non-printable characters with hex values.
+* [HTTPCORE-513] Better handling of very large content by ExpandableBuffer
+  Contributed by imoldovan-intacct <imoldovan at intacct.com>
+
+* HTTPCORE-514: Exceptions defined by HttpCore should clean message strings when built to replace non-printable
+  characters with hex values.
   Contributed by Gary Gregory <ggregory at apache.org>
 
-* HTTPCORE-515: Add convenience API org.apache.http.impl.nio.DefaultHttpServerIODispatch.create(T, SSLContext, ConnectionConfig, HttpRequestFactory).
+* HTTPCORE-515: Add convenience API org.apache.http.impl.nio.DefaultHttpServerIODispatch.create(T, SSLContext,
+  ConnectionConfig, HttpRequestFactory).
   Contributed by Gary Gregory <ggregory at apache.org>
 
 * HTTPCORE-517: Allow SecurityManager to stop socket connections.
@@ -27,10 +41,23 @@ Changelog
 * HTTPCORE-519: Failing tests on Fedora 28 due to weak encryption algorithms in test keystore.
   Contributed by Gary Gregory <ggregory at apache.org> and Michael Simacek <msimacek at redhat dot com>
 
+* HTTPCLIENT-1914: negative value of max connection per route to restore the default max value (by removing
+  the underlying entry from the route map).
+  Contributed by Corneliu Chitic <corneliu.chitic at computaris.com>
+
 * HTTPCORE-527: Add remote address when throwing a ConnectException.
   Contributed by Jason Tedor <jason at tedor dot me>
 
-  
+* HTTPCORE-523: Improve HeaderValueParser API doc
+  Contributed by Julian Reschke <julian.reschke at gmx.de>
+
+* Add Automatic-Module-Name in manifest so Java9 modular applications can depend on this library
+  Contributed by Varun Nandi <varunkn at amazon.com>
+
+* HTTPCORE-528: Non-blocking SSL I/O session spins upon abnormal connection closure by the opposite endpoint.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 4.4.9
 -------------------