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 wh...@apache.org on 2014/03/07 20:37:01 UTC

svn commit: r1575382 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Author: wheat9
Date: Fri Mar  7 19:37:00 2014
New Revision: 1575382

URL: http://svn.apache.org/r1575382
Log:
Merge r1575381 from trunk.

Modified:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1575382&r1=1575381&r2=1575382&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Fri Mar  7 19:37:00 2014
@@ -19,6 +19,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
@@ -55,9 +58,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)