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 ha...@apache.org on 2011/10/12 08:24:04 UTC

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

Author: harsh
Date: Wed Oct 12 06:24:04 2011
New Revision: 1182217

URL: http://svn.apache.org/viewvc?rev=1182217&view=rev
Log:
Move the HADOOP-6490 Changes note to the right section. Accidentally placed it under Bugs in r1182189.


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=1182217&r1=1182216&r2=1182217&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Wed Oct 12 06:24:04 2011
@@ -30,6 +30,9 @@ Trunk (unreleased changes)
     HADOOP-7717. Move handling of concurrent client fail-overs to
                  RetryInvocationHandler (atm)
 
+    HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
+                 (Uma Maheswara Rao G via harsh)
+
     HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
 
   BUGS
@@ -61,9 +64,6 @@ Trunk (unreleased changes)
 
     HADOOP-7721. Add log before login in KerberosAuthenticationHandler. (jitendra)
 
-    HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
-    (Uma Maheswara Rao G via harsh)
-
 Release 0.23.0 - Unreleased
 
   INCOMPATIBLE CHANGES