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 ji...@apache.org on 2014/10/24 21:56:51 UTC

git commit: Fix CHANGES.txt for HADOOP-11228

Repository: hadoop
Updated Branches:
  refs/heads/trunk f7e89bb34 -> 501e49f2e


Fix CHANGES.txt for HADOOP-11228


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

Branch: refs/heads/trunk
Commit: 501e49f2e11c2c74f2147dd71686188ed33db2b8
Parents: f7e89bb
Author: Jian He <ji...@apache.org>
Authored: Fri Oct 24 12:56:39 2014 -0700
Committer: Jian He <ji...@apache.org>
Committed: Fri Oct 24 12:56:39 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/501e49f2/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 8feed65..5a5b0d4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -339,9 +339,6 @@ Trunk (Unreleased)
     HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., 
     sbin) (aw)
 
-    HADOOP-11228. Winutils task: unsecure path should not call
-    AddNodeManagerAndUserACEsToObject. (Remus Rusanu via jianhe)
-
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)
@@ -1006,6 +1003,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-11122. Fix findbugs in ZK DelegationTokenSecretManagers.
     (Arun Suresh via kasha)
 
+    HADOOP-11228. Winutils task: unsecure path should not call
+    AddNodeManagerAndUserACEsToObject. (Remus Rusanu via jianhe)
+
 Release 2.5.1 - 2014-09-05
 
   INCOMPATIBLE CHANGES