diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 34f0797ef34..bd0a9f90bc1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -143,6 +143,8 @@ Release 2.5.0 - UNRELEASED HADOOP-9495 Define behaviour of Seekable.seek(), write tests, fix all hadoop implementations for compliance + HADOOP-10312 Shell.ExitCodeException to have more useful toString (stevel) + OPTIMIZATIONS BUG FIXES @@ -338,8 +340,6 @@ Release 2.5.0 - UNRELEASED HADOOP-10710. hadoop.auth cookie is not properly constructed according to RFC2109. (Juan Yu via tucu) - HADOOP-10312 Shell.ExitCodeException to have more useful toString (stevel) - Release 2.4.1 - 2014-06-23 INCOMPATIBLE CHANGES