Browse Source

HADOOP-1666 needs to be part of the 0.14 release because HADOOP-1665
depends on it. (Dhruba Borthakur via dhruba)



git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@563577 13f79535-47bb-0310-9956-ffa450edef68

Dhruba Borthakur 18 years ago
parent
commit
6717e5fa46
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -32,9 +32,6 @@ Trunk (unreleased changes)
     HADOOP-1463.  HDFS report correct usage statistics for disk space
     HADOOP-1463.  HDFS report correct usage statistics for disk space
     used by HDFS.  (Hairong Kuang via dhruba)
     used by HDFS.  (Hairong Kuang via dhruba)
 
 
-    HADOOP-1666.  FsShell object can be used for multiple fs commands.
-    (Dhruba Borthakur via dhruba)
-
 Branch 0.14 (unreleased changes)
 Branch 0.14 (unreleased changes)
 
 
   1. HADOOP-1197.  In Configuration, deprecate getObject() and add
   1. HADOOP-1197.  In Configuration, deprecate getObject() and add
@@ -488,6 +485,9 @@ Branch 0.14 (unreleased changes)
      and deleted more than once, the suceeding deletions creates Trash item
      and deleted more than once, the suceeding deletions creates Trash item
      names suffixed with a integer.  (Dhruba Borthakur via dhruba)
      names suffixed with a integer.  (Dhruba Borthakur via dhruba)
 
 
+146. HADOOP-1666.  FsShell object can be used for multiple fs commands.
+     (Dhruba Borthakur via dhruba)
+
 Release 0.13.0 - 2007-06-08
 Release 0.13.0 - 2007-06-08
 
 
  1. HADOOP-1047.  Fix TestReplication to succeed more reliably.
  1. HADOOP-1047.  Fix TestReplication to succeed more reliably.