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/04/19 18:12:24 UTC

svn commit: r1469935 - /httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt

Author: olegk
Date: Fri Apr 19 16:12:23 2013
New Revision: 1469935

URL: http://svn.apache.org/r1469935
Log:
Updated HttpClient 4.2.5 release notes

Modified:
    httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt?rev=1469935&r1=1469934&r2=1469935&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt Fri Apr 19 16:12:23 2013
@@ -1,4 +1,14 @@
-Changes since Release 4.2.4
+Release 4.2.5
+-------------------
+
+HttpClient 4.2.5 (GA) is a maintenance release that addresses a number of issues reported since 
+release 4.2.3 including a major bug that can lead to re-use of persistent connections in 
+ a inconsistent state.
+
+All users of HttpClient 4.2 are strongly advised to upgrade.
+  
+
+Changelog
 -------------------
 
 * [HTTPCLIENT-1341] DeflateDecompressingEntity does not call Inflater#end.