From 99e6ed0fdd8a012e879a3979721d1b08f6ac0092 Mon Sep 17 00:00:00 2001 From: Boris Shkolnik Date: Wed, 19 Jan 2011 00:16:15 +0000 Subject: [PATCH] HADOOP-6864. Moving CHANGES.txt record to the right place - trunk changes git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1060632 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 981b2fb2c3..ea48f338f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -36,6 +36,9 @@ Trunk (unreleased changes) HADOOP-7059. Remove "unused" warning in native code. (Noah Watkins via eli) + HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping + (implementation of GroupMappingServiceProvider) (Erik Seffl via boryas) + HADOOP-7078. Improve javadocs for RawComparator interface. (Harsh J Chouraria via todd) @@ -249,9 +252,6 @@ Release 0.22.0 - Unreleased HADOOP-6298. Add copyBytes to Text and BytesWritable. (omalley) - HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping - (implementation of GroupMappingServiceProvider) (Erik Seffl via boryas) - HADOOP-6578. Configuration should trim whitespace around a lot of value types. (Michele Catasta via eli)