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 co...@apache.org on 2010/07/23 02:56:39 UTC

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

Author: cos
Date: Fri Jul 23 00:56:39 2010
New Revision: 966919

URL: http://svn.apache.org/viewvc?rev=966919&view=rev
Log:
Fixing the order of records in the file

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=966919&r1=966918&r2=966919&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Fri Jul 23 00:56:39 2010
@@ -1056,25 +1056,6 @@ Release 0.21.0 - Unreleased
 
   BUG FIXES
 
-    HADOOP-6790. Instrumented (Herriot) build uses too wide mask to include
-    aspect files. (Konstantin Boudnik)
-
-    HADOOP-6860. 'compile-fault-inject' should never be called directly.
-    (Konstantin Boudnik)
-
-    HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes
-    for new configuration. (Vinay Thota via cos)
-
-    HADOOP-6839. [Herriot] Implement a functionality for getting the user list
-    for creating proxy users. (Vinay Thota via cos)
-
-    HADOOP-6819. [Herriot] Shell command for getting the new exceptions in
-    the logs returning exitcode 1 after executing successfully. (Vinay Thota
-    via cos)
-
-    HADOOP-6847. Problem staging 0.21.0 artifacts to Apache Nexus Maven
-    Repository (Giridharan Kesavan via cos)
-
     HADOOP-6748. Removes hadoop.cluster.administrators, cluster administrators
     acl is passed as parameter in constructor. (amareshwari) 
 
@@ -1732,6 +1713,25 @@ Release 0.21.0 - Unreleased
 
     HADOOP-6800.  Harmonize JAR library versions.  (tomwhite)
 
+    HADOOP-6847. Problem staging 0.21.0 artifacts to Apache Nexus Maven
+    Repository (Giridharan Kesavan via cos)
+
+    HADOOP-6819. [Herriot] Shell command for getting the new exceptions in
+    the logs returning exitcode 1 after executing successfully. (Vinay Thota
+    via cos)
+
+    HADOOP-6839. [Herriot] Implement a functionality for getting the user list
+    for creating proxy users. (Vinay Thota via cos)
+
+    HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes
+    for new configuration. (Vinay Thota via cos)
+
+    HADOOP-6860. 'compile-fault-inject' should never be called directly.
+    (Konstantin Boudnik)
+
+    HADOOP-6790. Instrumented (Herriot) build uses too wide mask to include
+    aspect files. (Konstantin Boudnik)
+
 Release 0.20.3 - Unreleased
 
   NEW FEATURES