Bläddra i källkod

Merge r1575382 from branch-2.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.4@1575386 13f79535-47bb-0310-9956-ffa450edef68
Haohui Mai 11 år sedan
förälder
incheckning
c68285c3d8
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 3
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -4,6 +4,9 @@ Release 2.4.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
+    HADOOP-8691. FsShell can print "Found xxx items" unnecessarily often.
+    (Daryn Sharp via wheat9)
+
   NEW FEATURES
 
     HADOOP-10184. Hadoop Common changes required to support HDFS ACLs. (See
@@ -40,9 +43,6 @@ Release 2.4.0 - UNRELEASED
     HADOOP-10314. The ls command help still shows outdated 0.16 format.
     (Rushabh S Shah via kihwal)
 
-    HADOOP-8691. FsShell can print "Found xxx items" unnecessarily often.
-    (Daryn Sharp via wheat9)
-
     HADOOP-10379. Protect authentication cookies with the HttpOnly and Secure
     flags. (wheat9)