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 2017/05/09 20:03:44 UTC

[15/35] httpcomponents-core git commit: Updated release notes for HttpCore 4.1.2 release

Updated release notes for HttpCore 4.1.2 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x@1144813 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/31b71316
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/31b71316
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/31b71316

Branch: refs/heads/4.1.x
Commit: 31b7131604c14936b0b605b199c36e490bfaccac
Parents: 34efab7
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sun Jul 10 10:47:25 2011 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sun Jul 10 10:47:25 2011 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/31b71316/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 9ac0b52..1f47c4b 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -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>