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 2015/08/23 12:00:13 UTC

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

Author: olegk
Date: Sun Aug 23 10:00:12 2015
New Revision: 1697160

URL: http://svn.apache.org/r1697160
Log:
Updated release notes for HttpCore 4.4.2 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=1697160&r1=1697159&r2=1697160&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt Sun Aug 23 10:00:12 2015
@@ -1,3 +1,22 @@
+Release 4.4.2
+-------------------
+
+This maintenance release fixes a bug in HTTP request pipelining code discovered 
+after 4.4.1 release.
+
+Please note that as of 4.4 HttpCore requires Java 1.6 or newer.
+
+
+Changelog
+-------------------
+
+* Throw ConnectionClosedException instead of IllegalStateException if an attempt is made to 
+  use a closed (not bound to a socket) blocking connection.
+
+* [HTTPCORE-399] Non-blocking client connections incorrectly suspend output causing 
+  sequential execution of requests. 
+
+
 Release 4.4.1
 -------------------