Move HADOOP-7668, HADOOP-7509, HADOOP-7745, MAPREDUCE-2764, HADOOP-7766 and HADOOP-7721 entries from trunk to 0.23 in CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1190132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2011-10-28 02:05:52 +00:00
parent 3cccbc9e16
commit 037964f45c

View File

@ -15,9 +15,6 @@ Trunk (unreleased changes)
HADOOP-7635. RetryInvocationHandler should release underlying resources on HADOOP-7635. RetryInvocationHandler should release underlying resources on
close (atm) 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) HADOOP-7687 Make getProtocolSignature public (sanjay)
@ -35,9 +32,6 @@ Trunk (unreleased changes)
HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh) 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 HADOOP-7664. Remove warmings when overriding final parameter configuration
if the override value is same as the final parameter value. if the override value is same as the final parameter value.
(Ravi Prakash via suresh) (Ravi Prakash via suresh)
@ -45,9 +39,6 @@ Trunk (unreleased changes)
HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with
common/hdfs. (tucu) 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-7743. Add Maven profile to create a full source tarball. (tucu)
HADOOP-7729. Send back valid HTTP response if user hits IPC port with 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 HADOOP-7695. RPC.stopProxy can throw unintended exception while logging
error (atm) 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-7769. TestJMXJsonServlet is failing. (tomwhite)
HADOOP-7766. The auth to local mappings are not being respected, with webhdfs
and security enabled. (jitendra)
OPTIMIZATIONS OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd) 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-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. HADOOP-7360. Preserve relative paths that do not contain globs in FsShell.
(Daryn Sharp and Kihwal Lee via szetszwo) (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. HADOOP-7764. Allow HttpServer to set both ACL list and path spec filters.
(Jonathan Eagles via acmurthy) (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) HADOOP-7778. FindBugs warning in Token.getKind(). (tomwhite)
Release 0.22.0 - Unreleased Release 0.22.0 - Unreleased