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 st...@apache.org on 2014/07/03 14:59:45 UTC

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

Author: stevel
Date: Thu Jul  3 12:59:45 2014
New Revision: 1607631

URL: http://svn.apache.org/r1607631
Log:
HADOOP-10312 changes.text updated in wrong place

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=1607631&r1=1607630&r2=1607631&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Jul  3 12:59:45 2014
@@ -512,6 +512,8 @@ Release 2.5.0 - UNRELEASED
     HADOOP-9495 Define behaviour of Seekable.seek(), write tests,
     fix all hadoop implementations for compliance
 
+    HADOOP-10312 Shell.ExitCodeException to have more useful toString (stevel)
+
   OPTIMIZATIONS
 
   BUG FIXES 
@@ -699,8 +701,6 @@ Release 2.5.0 - UNRELEASED
     HADOOP-10710. hadoop.auth cookie is not properly constructed according to 
     RFC2109. (Juan Yu via tucu)
 
-    HADOOP-10312 Shell.ExitCodeException to have more useful toString (stevel)
-
 Release 2.4.1 - 2014-06-23 
 
   INCOMPATIBLE CHANGES