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 as...@apache.org on 2016/02/11 08:59:47 UTC

[13/50] hadoop git commit: HADOOP-12292. Make use of DeleteObjects optional -move CHANGES.TXT reference

HADOOP-12292. Make use of DeleteObjects optional -move CHANGES.TXT reference


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1495ff97
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1495ff97
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1495ff97

Branch: refs/heads/yarn-2877
Commit: 1495ff979a47d17838218da77df4406f94b8227c
Parents: 29ae258
Author: Steve Loughran <st...@apache.org>
Authored: Sat Feb 6 18:20:12 2016 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Sat Feb 6 18:20:12 2016 +0000

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1495ff97/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index c8effc5..3492fdb 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -265,9 +265,6 @@ Trunk (Unreleased)
     HADOOP-11828. Implement the Hitchhiker erasure coding algorithm.
     (Jack Liuquan via zhz)
 
-    HADOOP-12292. Make use of DeleteObjects optional.
-    (Thomas Demoor via stevel)
-
   BUG FIXES
 
     HADOOP-12617. SPNEGO authentication request to non-default realm gets
@@ -1102,6 +1099,9 @@ Release 2.8.0 - UNRELEASED
 
     HADOOP-12755. Fix typo in defaultFS warning message. (wang)
 
+    HADOOP-12292. Make use of DeleteObjects optional.
+    (Thomas Demoor via stevel)
+
   OPTIMIZATIONS
 
     HADOOP-11785. Reduce the number of listStatus operation in distcp