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 tu...@apache.org on 2012/01/05 20:46:43 UTC

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

Author: tucu
Date: Thu Jan  5 19:46:42 2012
New Revision: 1227787

URL: http://svn.apache.org/viewvc?rev=1227787&view=rev
Log:
HADOOP-7934. Normalize dependencies versions across all modules. (tucu)

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=1227787&r1=1227786&r2=1227787&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu Jan  5 19:46:42 2012
@@ -213,6 +213,8 @@ Release 0.23.1 - Unreleased
     HADOOP-7933. Add a getDelegationTokens api to FileSystem which checks
     for known tokens in the passed Credentials object. (sseth)
 
+    HADOOP-7934. Normalize dependencies versions across all modules. (tucu)
+
   OPTIMIZATIONS
 
   BUG FIXES