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

[04/50] httpcomponents-core git commit: Spurious "and"

Spurious "and"

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

Branch: refs/heads/4.2.x
Commit: 6342dc77566ca8e46d59b10f3b4520879d6dd169
Parents: 9c9b505
Author: Sebastian Bazley <se...@apache.org>
Authored: Thu Nov 22 13:47:18 2012 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Thu Nov 22 13:47:18 2012 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/6342dc77/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 848e702..8194dc7 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,7 +1,7 @@
 Release 4.2.3
 -------------------
 
-This is a maintenance release that fixes a number of bugs and found since 4.2.2 including 
+This is a maintenance release that fixes a number of bugs found since 4.2.2 including 
 a major bug in the NIO module that can cause an infinite loop in SSL sessions under special 
 circumstances when the remote peer terminates the session in the middle of SSL handshake.
 Please note this issue does not affect blocking I/O components used by HttpClient.