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 ni...@apache.org on 2008/03/29 02:50:59 UTC

svn commit: r642480 - /hadoop/core/trunk/CHANGES.txt

Author: nigel
Date: Fri Mar 28 18:50:50 2008
New Revision: 642480

URL: http://svn.apache.org/viewvc?rev=642480&view=rev
Log:
HADOOP-3128. Move issue to the 0.16.2 release in CHANGES.txt

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=642480&r1=642479&r2=642480&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Mar 28 18:50:50 2008
@@ -411,9 +411,6 @@
 
     HADOOP-3114. Fix TestDFSShell on Windows. (Lohit Vijaya Renu via cdouglas)
 
-    HADOOP-3128. Throw RemoteException in setPermissions and setOwner of 
-    DistributedFileSystem.  (shv via nigel)
-
 Release 0.16.2 - 2008-04-02
 
   BUG FIXES
@@ -474,6 +471,9 @@
 
     HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. 
     A valid user name is required. (Tsz Wo (Nicholas), SZE via rangadi)
+
+    HADOOP-3128. Throw RemoteException in setPermissions and setOwner of 
+    DistributedFileSystem.  (shv via nigel)
 
 Release 0.16.1 - 2008-03-13