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 2013/12/04 11:39:37 UTC

svn commit: r1547755 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Author: stevel
Date: Wed Dec  4 10:39:36 2013
New Revision: 1547755

URL: http://svn.apache.org/r1547755
Log:
HADOOP-10102. Update commons IO from 2.1 to 2.4

Modified:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1547755&r1=1547754&r2=1547755&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Wed Dec  4 10:39:36 2013
@@ -103,6 +103,8 @@ Release 2.4.0 - UNRELEASED
     HADOOP-10127. Add ipc.client.connect.retry.interval to control the frequency
     of connection retries (Karthik Kambatla via Sandy Ryza)
 
+    HADOOP-10102. Update commons IO from 2.1 to 2.4 (Akira Ajisaka via stevel)
+
   OPTIMIZATIONS
 
     HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)