瀏覽代碼

HADOOP-3128. Move issue to the 0.16.2 release in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@642480 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 年之前
父節點
當前提交
32ebaaf811
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -411,9 +411,6 @@ Trunk (unreleased changes)
 
     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
@@ -475,6 +472,9 @@ Release 0.16.2 - 2008-04-02
     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
 
   INCOMPATIBLE CHANGES