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 aa...@apache.org on 2016/01/15 02:49:11 UTC

hadoop git commit: Move HADOOP-12590 from 2.9.0 to 2.8.0 in CHANGES.txt.

Repository: hadoop
Updated Branches:
  refs/heads/trunk cdf889525 -> 1da762c74


Move HADOOP-12590 from 2.9.0 to 2.8.0 in CHANGES.txt.


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

Branch: refs/heads/trunk
Commit: 1da762c745fa2bbb0a7a6d16bdc58ec9d4eb670d
Parents: cdf8895
Author: Akira Ajisaka <aa...@apache.org>
Authored: Fri Jan 15 10:48:18 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Fri Jan 15 10:48:18 2016 +0900

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1da762c7/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 3f3cbea..90013af 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -684,9 +684,6 @@ Release 2.9.0 - UNRELEASED
    HADOOP-12573. TestRPC.testClientBackOff failing.
    (Xiao Chen via stevel)
 
-   HADOOP-12590. TestCompressorDecompressor failing without stack traces
-   (John Zhuge via stevel)
-
    HDFS-9517. Fix missing @Test annotation on
    TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe)
 
@@ -1607,6 +1604,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12603. TestSymlinkLocalFSFileContext#testSetTimesSymlinkToDir
     occasionally fail. (Wei-Chiu Chuang via cnauroth)
 
+    HADOOP-12590. TestCompressorDecompressor failing without stack traces
+    (John Zhuge via stevel)
+
     HADOOP-12700. Remove unused import in TestCompressorDecompressor.java.
     (John Zhuge via aajisaka)