diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index eb8667baee..2f2d27180c 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -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