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