Author: cnauroth Date: Fri Jul 11 22:09:33 2014 New Revision: 1609854 URL: http://svn.apache.org/r1609854 Log: HADOOP-8158. Move attribution to release 2.6.0 section in CHANGES.txt.
Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1609854&r1=1609853&r2=1609854&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Fri Jul 11 22:09:33 2014 @@ -198,9 +198,6 @@ Trunk (Unreleased) HDFS-3834. Remove unused static fields NAME, DESCRIPTION and Usage from Command. (Jing Zhao via suresh) - HADOOP-8158. Interrupting hadoop fs -put from the command line - causes a LeaseExpiredException. (daryn via harsh) - HDFS-2434. TestNameNodeMetrics.testCorruptBlock fails intermittently. (Jing Zhao via suresh) @@ -300,6 +297,9 @@ Release 2.6.0 - UNRELEASED HDFS-6630. Unable to fetch the block information by Browsing the file system on Namenode UI through IE9 ( Haohui Mai via vinayakumarb) + HADOOP-8158. Interrupting hadoop fs -put from the command line + causes a LeaseExpiredException. (daryn via harsh) + Release 2.5.0 - UNRELEASED INCOMPATIBLE CHANGES