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 ju...@apache.org on 2016/01/14 15:10:48 UTC

hadoop git commit: Add missing CHANGES.txt entry for HDFS-8767. (cherry picked from commit e50dd19a9c816c81c64fff8b958f4036dcb98822)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 6220a024b -> 62eabec54


Add missing CHANGES.txt entry for HDFS-8767.
(cherry picked from commit e50dd19a9c816c81c64fff8b958f4036dcb98822)

Conflicts:

	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/62eabec5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/62eabec5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/62eabec5

Branch: refs/heads/branch-2
Commit: 62eabec549ef13ac7e6ed517ef628b5b01d0ab77
Parents: 6220a02
Author: Junping Du <ju...@apache.org>
Authored: Thu Jan 14 06:05:39 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Thu Jan 14 06:13:02 2016 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/62eabec5/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index ba18799..94184e3 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1834,6 +1834,11 @@ Release 2.7.2 - UNRELEASED
     HDFS-8326. Documentation about when checkpoints are run is out of date.
     (Misty Stanley-Jones via xyao)
 
+    HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile.
+    (Kanaka Kumar Avvaru via wheat9)
+
+Release 2.7.1 - 2015-07-06
+
   INCOMPATIBLE CHANGES
 
   NEW FEATURES