You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cm...@apache.org on 2014/10/08 23:02:08 UTC

git commit: CHANGES.txt: move HADOOP-10404 underneath branch 2.6

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 b39c8c312 -> 19c307f36


CHANGES.txt: move HADOOP-10404 underneath branch 2.6


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/19c307f3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/19c307f3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/19c307f3

Branch: refs/heads/branch-2
Commit: 19c307f36ab38360d9760c78cb69ec8e1096babf
Parents: b39c8c3
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Wed Oct 8 14:01:50 2014 -0700
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Wed Oct 8 14:01:50 2014 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/19c307f3/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 4333a48..e0883aa 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -18,9 +18,6 @@ Release 2.7.0 - UNRELEASED
 
   BUG FIXES
 
-    HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected
-    by the lock (cmccabe)
-
     HADOOP-11166. Remove ulimit from test-patch.sh. (wang)
 
 Release 2.6.0 - UNRELEASED
@@ -470,6 +467,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-11169. Fix DelegationTokenAuthenticatedURL to pass the connection
     Configurator to the authenticator. (Arun Suresh via wang)
 
+    HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected
+    by the lock (cmccabe)
+
     BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
   
       HADOOP-10734. Implement high-performance secure random number sources.