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 2014/10/18 13:39:09 UTC

svn commit: r1632768 - /httpcomponents/httpcore/branches/4.3.x/RELEASE_NOTES.txt

Author: olegk
Date: Sat Oct 18 11:39:08 2014
New Revision: 1632768

URL: http://svn.apache.org/r1632768
Log:
Updated release notes for HttpCore 4.3.3 release

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

Modified: httpcomponents/httpcore/branches/4.3.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/RELEASE_NOTES.txt?rev=1632768&r1=1632767&r2=1632768&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.3.x/RELEASE_NOTES.txt Sat Oct 18 11:39:08 2014
@@ -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>