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 2013/12/16 18:10:42 UTC

svn commit: r1551269 - /httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Mon Dec 16 17:10:42 2013
New Revision: 1551269

URL: http://svn.apache.org/r1551269
Log:
Updated HttpCore 4.3.1 release notes

Modified:
    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=1551269&r1=1551268&r2=1551269&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Mon Dec 16 17:10:42 2013
@@ -1,4 +1,10 @@
-Changes since 4.3
+Release 4.3.1
+-------------------
+
+This maintenance release fixes a number of bugs regressions found since 4.3, mostly in the 
+NIO transport components. All users of HttpCore 4.3 are advised to upgrade.
+
+Changelog
 -------------------
 
 * [HTTPCORE-367] (Regression) Non-blocking connections can enter a tight loop while waiting 
@@ -10,6 +16,7 @@ Changes since 4.3
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * [HTTPCORE-364] IOSessionImpl.getLocalAddress() (etc.) creates unnecessary copy of channel
+  Contributed Sebastian Bazley <sebb at apache.org>.
 
 * DefaultConnectingIOReactor / DefaultListeningIOReactor do not correctly apply some initial 
   socket settings.