diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index a1ac0440be1..9b2bb88dd8e 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -92,9 +92,6 @@ Trunk (Unreleased) HADOOP-8367 Improve documentation of declaringClassProtocolName in rpc headers. (Sanjay Radia) - HADOOP-8415. Add getDouble() and setDouble() in - org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) - HADOOP-7659. fs -getmerge isn't guaranteed to work well over non-HDFS filesystems (harsh) @@ -514,6 +511,9 @@ Release 2.0.5-beta - UNRELEASED HADOOP-9283. Add support for running the Hadoop client on AIX. (atm) + HADOOP-8415. Add getDouble() and setDouble() in + org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) + IMPROVEMENTS HADOOP-9253. Capture ulimit info in the logs at service start time.