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 ma...@apache.org on 2012/01/31 02:52:25 UTC

svn commit: r1238129 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: mattf
Date: Tue Jan 31 01:52:25 2012
New Revision: 1238129

URL: http://svn.apache.org/viewvc?rev=1238129&view=rev
Log:
corrections in CHANGES.txt for content of release 1.0.1.

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1238129&r1=1238128&r2=1238129&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Tue Jan 31 01:52:25 2012
@@ -8,9 +8,6 @@ Release 1.1.0 - unreleased
                     branch-0.20-security (Ravi Gummadi via amarrk)
   BUG FIXES
 
-    HADOOP-7960. Port HADOOP-5203 to branch-1, build version comparison is too 
-    restrictive. (mattf)
-
     HDFS-2305. Running multiple 2NNs can result in corrupt file system. (atm)
 
     HADOOP-7634. Docs specify wrong owner for task-controller.cfg (eli)
@@ -151,9 +148,8 @@ Release 1.1.0 - unreleased
 
     HDFS-2741. Document the max transfer threads property for branch-1. Backport of HDFS-1866. (Markus Jelsma via harsh)
 
-    HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
 
-Release 1.0.1 - unreleased
+Release 1.0.1 - 2012.01.30
 
   NEW FEATURES
 
@@ -161,12 +157,21 @@ Release 1.0.1 - unreleased
 
     MAPREDUCE-3607. Port missing new API mapreduce lib classes to 1.x. (tomwhite)
 
+    HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
+
+    HADOOP-7988. Upper case in hostname part of the principals doesn't work with 
+    kerberos. (jitendra)
+
   BUG FIXES
 
+    HADOOP-7960. Port HADOOP-5203 to branch-1, build version comparison is too 
+    restrictive. (mattf)
+
     HADOOP-7964. Deadlock in NetUtils and SecurityUtil class initialization.
     (Daryn Sharp via suresh)
 
-Release 1.0.0 - unreleased
+
+Release 1.0.0 - 2011.12.15
 
   NEW FEATURES