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 2011/07/10 12:47:25 UTC

svn commit: r1144813 - /httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt

Author: olegk
Date: Sun Jul 10 10:47:25 2011
New Revision: 1144813

URL: http://svn.apache.org/viewvc?rev=1144813&view=rev
Log:
Updated release notes for HttpCore 4.1.2 release

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

Modified: httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt?rev=1144813&r1=1144812&r2=1144813&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt Sun Jul 10 10:47:25 2011
@@ -1,6 +1,14 @@
-Changes since 4.1.1
+Release 4.1.2
 -------------------
 
+This is a patch release that fixes a number of bugs found in the previous version.
+
+Please note that several classes and methods deprecated between versions 4.0-beta1 and 4.0 GA 
+(more than two years ago) will also be removed in the 4.2 branch.
+
+Users of 4.0.x versions are advised to upgrade and replace deprecated API calls following
+recommendations in javadocs.  
+
 * [HTTPCORE-261] IOSession#setSocketTimeout() method does not reset the timeout count. 
   Contributed by Oleg Kalnichevski <olegk at apache.org>