From ffaab80c42d03ab3f1efcbce0339a8f1a8ac77e8 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Fri, 7 Mar 2014 19:37:00 +0000 Subject: [PATCH] Merge r1575381 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1575382 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 59effb62992..f832be94710 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -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)