HADOOP-12001. Moving CHANGES.txt up into 2.8.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/77bbe951 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/77bbe951 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/77bbe951 Branch: refs/heads/YARN-2928 Commit: 77bbe95131f96b145da6e7839cfe8b725b19cf2c Parents: 68cc034 Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Mon Jun 15 14:29:07 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Thu Jun 18 11:10:05 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/77bbe951/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index cdd396f..11c2f2a 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -855,6 +855,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12074. in Shell.java#runCommand() rethrow InterruptedException as InterruptedIOException (Lavkesh Lahngir via vinayakumarb) + HADOOP-12001. Fixed LdapGroupsMapping to include configurable Posix UID and + GID attributes during the search. (Patrick White via vinodkv) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES @@ -899,9 +902,6 @@ Release 2.7.1 - UNRELEASED HADOOP-12078. The default retry policy does not handle RetriableException correctly. (Arpit Agarwal) - HADOOP-12001. Fixed LdapGroupsMapping to include configurable Posix UID and - GID attributes during the search. (Patrick White via vinodkv) - Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES
