You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bo...@apache.org on 2011/01/19 01:16:16 UTC

svn commit: r1060632 - /hadoop/common/trunk/CHANGES.txt

Author: boryas
Date: Wed Jan 19 00:16:15 2011
New Revision: 1060632

URL: http://svn.apache.org/viewvc?rev=1060632&view=rev
Log:
HADOOP-6864. Moving CHANGES.txt record to the right place - trunk changes

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1060632&r1=1060631&r2=1060632&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Wed Jan 19 00:16:15 2011
@@ -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)