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 2017/01/07 13:22:30 UTC

svn commit: r1777784 - /httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt

Author: olegk
Date: Sat Jan  7 13:22:30 2017
New Revision: 1777784

URL: http://svn.apache.org/viewvc?rev=1777784&view=rev
Log:
Updated release notes for HttpCore 4.4.6 release

Modified:
    httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt?rev=1777784&r1=1777783&r2=1777784&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt Sat Jan  7 13:22:30 2017
@@ -1,3 +1,41 @@
+Release 4.4.6
+-------------------
+
+This is a maintenance release that fixes a number of issues discovered since 4.4.5.
+
+Changelog
+-------------------
+
+* [HTTPCORE-429] NIO connection pool incorrectly reports the number of pending connections
+  per individual route.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-433] moved expensive connection validation code outside the pool lock.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-435] ConnectionConfig#copy() does not copy every field.
+  Contributed by Clement Pellerin <clement_pellerin at ibi.com>
+
+* [HTTPCORE-434] Handling of HEAD responses without payload headers.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-431] correct character encoding default for application/json.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-428] SSLIOSession#close to handle CancelledKeyException.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-427] SSL i/o sessions to use a finite timeout for SSL shutdown handshake when closing.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-422] HttpAsyncResponseConsumer#onEntityEnclosed is triggered for HEAD responses.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-423] Fixed MIME type validation in ContentType#create(String) method.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 4.4.5
 -------------------