From 069acdac8adac2e81381641e28eb3461b71ff866 Mon Sep 17 00:00:00 2001 From: Vinod Kumar Vavilapalli Date: Mon, 15 Jun 2015 14:29:07 -0700 Subject: [PATCH] HADOOP-12001. Moving CHANGES.txt up into 2.8. (cherry picked from commit 04c9a077c8f88e3d8ed3e7966966e13f68c5c2ec) --- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 46cd5a323a7..4275cda8a9c 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -368,6 +368,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 @@ -415,9 +418,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