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:35:20 UTC

svn commit: r1575381 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: wheat9
Date: Fri Mar  7 19:35:20 2014
New Revision: 1575381

URL: http://svn.apache.org/r1575381
Log:
Mark HADOOP-8691 in CHANGES.txt as incompatible changes.

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1575381&r1=1575380&r2=1575381&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Mar  7 19:35:20 2014
@@ -322,6 +322,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
@@ -358,9 +361,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)