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:31 UTC

[02/35] httpcomponents-core git commit: Updated 4.1.1 release notes

Updated 4.1.1 release notes

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x@1101172 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/77e05831
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/77e05831
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/77e05831

Branch: refs/heads/4.1.x
Commit: 77e0583115a85a4c6296475016bf404f9b83400d
Parents: 391cc9d
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Mon May 9 19:49:58 2011 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Mon May 9 19:49:58 2011 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/77e05831/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 6904f1b..e3a999e 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,15 @@
-Changes since 4.1
+Release 4.1.1
+
+This is a patch release that fixes a number of non-critical issues found since release 4.1.
+
+This release marks the end of support for Java 1.3. As of release 4.2 HttpCore will require 
+Java 1.5 for all its components. 
+
+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-255]: Fixed resource management in InputStreamEntity#writeTo()
   Contributed by Oleg Kalnichevski <olegk at apache.org>