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/05/09 20:03:01 UTC

[32/34] httpcomponents-core git commit: Updated release notes for HttpCore 4.3.3 release

Updated release notes for HttpCore 4.3.3 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x@1632768 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/4.3.x
Commit: 3b684832580311883b1c363564801e7992830dbb
Parents: 169cbf6
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sat Oct 18 11:39:08 2014 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sat Oct 18 11:39:08 2014 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/3b684832/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 8c846ad..979a2b6 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,10 +1,24 @@
-Changes since Release 4.3.2
+Release 4.3.3
 -------------------
 
+This maintenance release fixes several bugs found since 4.3.2, mostly in the NIO transport 
+components. All users of HttpCore 4.3 are advised to upgrade.
+
+Changelog
+-------------------
+
+* Make a connection exception throw a ConnectException instead of a SocketTimeoutException 
+  to allow a FutureCallback handler to correctly distinguish between the two events.
+  Contributed by Asankha Perera <as...@apache.org>
+
 * [HTTPASYNC-77] system resources are not correctly deallocated if I/O reactor is shut down
   while still inactive (not started)
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
+* [HTTPCORE-379] shut down non-blocking server side connection in case of an i/o or runtime error 
+  to avoid an infinite loop in the i/o reactor trying to flush buffered output 
+  Contributed by Dmitry Potapov <potapov.d at gmail.com>
+
 * [HTTPCORE-376] AbstractNIOConnPool#requestCancelled() should not process pending requests
   wnen being shut down.
   Contributed by Dmitry Potapov <potapov.d at gmail.com>