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 sz...@apache.org on 2011/10/28 04:05:52 UTC

svn commit: r1190132 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: szetszwo
Date: Fri Oct 28 02:05:52 2011
New Revision: 1190132

URL: http://svn.apache.org/viewvc?rev=1190132&view=rev
Log:
Move HADOOP-7668, HADOOP-7509, HADOOP-7745, MAPREDUCE-2764, HADOOP-7766 and HADOOP-7721 entries from trunk to 0.23 in CHANGES.txt.

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1190132&r1=1190131&r2=1190132&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Oct 28 02:05:52 2011
@@ -15,9 +15,6 @@ Trunk (unreleased changes)
 
     HADOOP-7635. RetryInvocationHandler should release underlying resources on
                  close (atm)
-    
-    HADOOP-7668. Add a NetUtils method that can tell if an InetAddress 
-                 belongs to local host. (suresh)
 
     HADOOP-7687 Make getProtocolSignature public  (sanjay)
 
@@ -35,9 +32,6 @@ Trunk (unreleased changes)
 
     HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
 
-    HADOOP-7509. Improve exception message thrown when Authentication is 
-    required. (Ravi Prakash via suresh)
-
     HADOOP-7664. Remove warmings when overriding final parameter configuration
     if the override value is same as the final parameter value.
     (Ravi Prakash via suresh)
@@ -45,9 +39,6 @@ Trunk (unreleased changes)
     HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with 
     common/hdfs. (tucu)
 
-    HADOOP-7745. Fix wrong variable name in exception message introduced
-    in HADOOP-7509. (Ravi Prakash via suresh)
-
     HADOOP-7743. Add Maven profile to create a full source tarball. (tucu)
 
     HADOOP-7729. Send back valid HTTP response if user hits IPC port with
@@ -86,16 +77,8 @@ Trunk (unreleased changes)
     HADOOP-7695. RPC.stopProxy can throw unintended exception while logging
     error (atm)
 
-    HADOOP-7721. Add log before login in KerberosAuthenticationHandler. 
-    (jitendra)
-
-    MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra)
-
     HADOOP-7769. TestJMXJsonServlet is failing. (tomwhite)
 
-    HADOOP-7766. The auth to local mappings are not being respected, with webhdfs 
-    and security enabled. (jitendra)
-
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)
@@ -503,6 +486,17 @@ Release 0.23.0 - Unreleased
 
     HADOOP-7762. Common side of MR-2736. (eli)
 
+    HADOOP-7668. Add a NetUtils method that can tell if an InetAddress 
+    belongs to local host. (suresh)
+
+    HADOOP-7509. Improve exception message thrown when Authentication is 
+    required. (Ravi Prakash via suresh)
+
+    HADOOP-7745. Fix wrong variable name in exception message introduced
+    in HADOOP-7509. (Ravi Prakash via suresh)
+
+    MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra)
+
     HADOOP-7360. Preserve relative paths that do not contain globs in FsShell.
     (Daryn Sharp and Kihwal Lee via szetszwo)
 
@@ -767,6 +761,12 @@ Release 0.23.0 - Unreleased
     HADOOP-7764. Allow HttpServer to set both ACL list and path spec filters. 
     (Jonathan Eagles via acmurthy)
 
+    HADOOP-7766. The auth to local mappings are not being respected, with webhdfs 
+    and security enabled. (jitendra)
+
+    HADOOP-7721. Add log before login in KerberosAuthenticationHandler. 
+    (jitendra)
+
     HADOOP-7778. FindBugs warning in Token.getKind(). (tomwhite)
 
 Release 0.22.0 - Unreleased