Add a section for 2.5.1 in CHANGES.txt
(cherry picked from commit dc154ab86d
)
This commit is contained in:
parent
9d09b549c5
commit
2a3c8331fe
|
@ -318,6 +318,18 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that
|
HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that
|
||||||
return 0 on failure. (cnauroth)
|
return 0 on failure. (cnauroth)
|
||||||
|
|
||||||
|
Release 2.5.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.5.0 - 2014-08-11
|
Release 2.5.0 - 2014-08-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -290,6 +290,18 @@ Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-4852. libhdfs documentation is out of date. (cnauroth)
|
HDFS-4852. libhdfs documentation is out of date. (cnauroth)
|
||||||
|
|
||||||
|
Release 2.5.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.5.0 - 2014-08-11
|
Release 2.5.0 - 2014-08-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -99,6 +99,18 @@ Release 2.6.0 - UNRELEASED
|
||||||
MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir
|
MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir
|
||||||
creation on Windows. (zjshen)
|
creation on Windows. (zjshen)
|
||||||
|
|
||||||
|
Release 2.5.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.5.0 - 2014-08-11
|
Release 2.5.0 - 2014-08-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -217,6 +217,18 @@ Release 2.6.0 - UNRELEASED
|
||||||
YARN-2434. RM should not recover containers from previously failed attempt
|
YARN-2434. RM should not recover containers from previously failed attempt
|
||||||
when AM restart is not enabled (Jian He via jlowe)
|
when AM restart is not enabled (Jian He via jlowe)
|
||||||
|
|
||||||
|
Release 2.5.1 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.5.0 - 2014-08-11
|
Release 2.5.0 - 2014-08-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue