diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 54829b2a9f..9a9cc21c4f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -54,9 +54,6 @@ Trunk (unreleased changes) HADOOP-7728. Enable task memory management to be configurable in hadoop config setup script. (ramya) - HADOOP-7424. Log an error if the topology script doesn't handle multiple args. - (Uma Maheswara Rao G via eli) - HADOOP-7792. Add verifyToken method to AbstractDelegationTokenSecretManager. (jitendra) @@ -126,6 +123,9 @@ Release 0.23.1 - Unreleased HADOOP-7858. Drop some info logging to DEBUG level in IPC, metrics, and HTTP. (todd via eli) + HADOOP-7424. Log an error if the topology script doesn't handle multiple args. + (Uma Maheswara Rao G via eli) + OPTIMIZATIONS BUG FIXES