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 wa...@apache.org on 2013/08/12 22:52:20 UTC

svn commit: r1513252 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: wang
Date: Mon Aug 12 20:52:19 2013
New Revision: 1513252

URL: http://svn.apache.org/r1513252
Log:
Fix CHANGES.txt for HADOOP-9847

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1513252&r1=1513251&r2=1513252&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Aug 12 20:52:19 2013
@@ -271,6 +271,9 @@ Trunk (Unreleased)
     HADOOP-9583. test-patch gives +1 despite build failure when running tests.
     (jlowe via kihwal)
 
+    HADOOP-9847. TestGlobPath symlink tests fail to cleanup properly.
+    (cmccabe via wang)
+
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)