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:02:56 UTC

[05/50] httpcomponents-core git commit: - Removed duplicate entries in RELEASE_NOTES.txt

- Removed duplicate entries in RELEASE_NOTES.txt


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

Branch: refs/heads/4.2.x
Commit: 5e3b7a2ab31b967e750c02895f671e55748efdc3
Parents: 6342dc7
Author: Bill Speirs <ws...@apache.org>
Authored: Fri Nov 23 13:33:31 2012 +0000
Committer: Bill Speirs <ws...@apache.org>
Committed: Fri Nov 23 13:33:31 2012 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/5e3b7a2a/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 8194dc7..e773196 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -23,13 +23,6 @@ Changelog
   released from the session request callback causing a resource leak.
   Contributed by Scott Stanton <snstanton at gmail.com> 
 
-* [HTTPCORE-313] ContentType#parse now ignores empty attributes. HttpEntityUtils#toString now 
-  throws checked I/O exception if it encounters an unsupported charset. 
-
-* [HTTPCORE-315] AbstractNIOConnPool fails to correctly deallocate connection if it is immediately 
-  released from the session request callback causing a resource leak.
-  Contributed by Scott Stanton <snstanton at gmail.com> 
-
 * [HTTPCORE-313] ContentType#parse now ignores empty and blank charset attributes. 
   HttpEntityUtils#toString now throws checked I/O exception if it  encounters an unsupported 
   charset.