Updated CHANGES.txt to reflect revert of HADOOP 10474 and 10485 from branch-2

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1596049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Darrell Lowe 2014-05-19 20:37:49 +00:00
parent bd64a2a9cd
commit 161dcf1d12
1 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,8 @@ Trunk (Unreleased)
HADOOP-8124. Remove the deprecated FSDataOutputStream constructor,
FSDataOutputStream.sync() and Syncable.sync(). (szetszwo)
HADOOP-10474 Move o.a.h.record to hadoop-streaming. (wheat9)
NEW FEATURES
HADOOP-10433. Key Management Server based on KeyProvider API. (tucu)
@ -148,6 +150,8 @@ Trunk (Unreleased)
HADOOP-10563. Remove the dependency of jsp in trunk. (wheat9)
HADOOP-10485. Remove dead classes in hadoop-streaming. (wheat9)
BUG FIXES
HADOOP-9451. Fault single-layer config if node group topology is enabled.
@ -340,8 +344,6 @@ Release 2.5.0 - UNRELEASED
INCOMPATIBLE CHANGES
HADOOP-10474 Move o.a.h.record to hadoop-streaming. (wheat9)
NEW FEATURES
HADOOP-10498. Add support for proxy server. (daryn)
@ -359,8 +361,6 @@ Release 2.5.0 - UNRELEASED
HADOOP-10104. Update jackson to 1.9.13 (Akira Ajisaka via stevel)
HADOOP-10485. Remove dead classes in hadoop-streaming. (wheat9)
HADOOP-10503. Move junit up to v 4.11. (cnauroth)
HADOOP-10535. Make the retry numbers in ActiveStandbyElector configurable.