From 7dcf9b6b8f95e88680a15d148f0609036a9071f0 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sun, 8 Jul 2012 18:20:22 +0000 Subject: [PATCH] Fixup CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1358807 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index fed7413d104..48a3c68d8ec 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -264,6 +264,16 @@ Release 2.0.1-alpha - UNRELEASED HDFS-3541. Deadlock between recovery, xceiver and packet responder (Vinay via umamahesh) + HDFS-3428. Move DelegationTokenRenewer to common (tucu) + + HDFS-3491. HttpFs does not set permissions correctly (tucu) + + HDFS-3580. incompatible types; no instance(s) of type variable(s) V exist + so that V conforms to boolean compiling HttpFSServer.java with OpenJDK + (adi2 via tucu) + + HDFS-3603. Decouple TestHDFSTrash from TestTrash. (Jason Lowe via eli) + BREAKDOWN OF HDFS-3042 SUBTASKS HDFS-2185. HDFS portion of ZK-based FailoverController (todd) @@ -280,16 +290,6 @@ Release 2.0.1-alpha - UNRELEASED HDFS-3432. TestDFSZKFailoverController tries to fail over too early (todd) - HDFS-3428. Move DelegationTokenRenewer to common (tucu) - - HDFS-3491. HttpFs does not set permissions correctly (tucu) - - HDFS-3580. incompatible types; no instance(s) of type variable(s) V exist - so that V conforms to boolean compiling HttpFSServer.java with OpenJDK - (adi2 via tucu) - - HDFS-3603. Decouple TestHDFSTrash from TestTrash. (Jason Lowe via eli) - Release 2.0.0-alpha - 05-23-2012 INCOMPATIBLE CHANGES