From 101664055c14a3e9cff040c4da28839cf2e66f36 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 25 Sep 2013 20:35:55 +0000 Subject: [PATCH] Move CHANGES.txt entry for HADOOP-9761 git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1526291 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index d5f468b6680..93cdd5efe0d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -58,9 +58,6 @@ Release 2.3.0 - UNRELEASED HADOOP-9582. Non-existent file to "hadoop fs -conf" doesn't throw error (Ashwin Shankar via jlowe) - HADOOP-9761. ViewFileSystem#rename fails when using DistributedFileSystem. - (Andrew Wang via Colin Patrick McCabe) - HADOOP-9817. FileSystem#globStatus and FileContext#globStatus need to work with symlinks. (Colin Patrick McCabe via Andrew Wang) @@ -111,6 +108,9 @@ Release 2.1.2 - UNRELEASED HADOOP-9776. HarFileSystem.listStatus() returns invalid authority if port number is empty. (Shanyu Zhao via ivanmi) + HADOOP-9761. ViewFileSystem#rename fails when using DistributedFileSystem. + (Andrew Wang via Colin Patrick McCabe) + Release 2.1.1-beta - 2013-09-23 INCOMPATIBLE CHANGES