Browse Source

HDFS-2976. Move attribution to release 2.6.0 section in CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609849 13f79535-47bb-0310-9956-ffa450edef68
Chris Nauroth 11 years ago
parent
commit
c9676bb07c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 3 - 2
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -53,8 +53,6 @@ Trunk (Unreleased)
     HDFS-3030. Remove getProtocolVersion and getProtocolSignature from translators.
     (jitendra)
 
-    HDFS-2976. Remove unnecessary method (tokenRefetchNeeded) in DFSClient.
-
     HDFS-3111. Missing license headers in trunk. (umamahesh)
 
     HDFS-3091. Update the usage limitations of ReplaceDatanodeOnFailure policy in
@@ -286,6 +284,9 @@ Release 2.6.0 - UNRELEASED
 
     HDFS-5202. Support Centralized Cache Management on Windows. (cnauroth)
 
+    HDFS-2976. Remove unnecessary method (tokenRefetchNeeded) in DFSClient.
+    (Uma Maheswara Rao G)
+
   OPTIMIZATIONS
 
   BUG FIXES